Remove debugging output
This commit is contained in:
parent
cdb1bb23b8
commit
5136d20477
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ export default class Zoomcontrol {
|
|||
this._allowZooming.addCallback((allowed) => {
|
||||
this.apply(allowed ? Zoomcontrol.initialValue : Zoomcontrol.noZoom)
|
||||
})
|
||||
Stores.Chronic(1000).addCallback((_) =>
|
||||
console.log(this.viewportElement.getAttribute("content"))
|
||||
)
|
||||
}
|
||||
|
||||
private _resetZoom() {
|
||||
|
|
Loading…
Reference in a new issue