mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Cleanup of console.log in MinimapController.js-n
This commit is contained in:
parent
fad483ce7a
commit
5afec16258
@ -52,7 +52,6 @@
|
|||||||
if (this.isClicked) {
|
if (this.isClicked) {
|
||||||
if (this.getDrawingAreaZoomRatio_() > 1) {
|
if (this.getDrawingAreaZoomRatio_() > 1) {
|
||||||
var coords = this.getCoordinatesCenteredAround_(evt.clientX, evt.clientY);
|
var coords = this.getCoordinatesCenteredAround_(evt.clientX, evt.clientY);
|
||||||
console.log(coords);
|
|
||||||
this.drawingController.setOffset(coords.x, coords.y);
|
this.drawingController.setOffset(coords.x, coords.y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user