Remove debugging output

This commit is contained in:
Pieter Vander Vennet 2024-01-16 23:10:47 +01:00
parent cdb1bb23b8
commit 5136d20477

View file

@ -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() {