Cleanup of console.log in MinimapController.js-n

This commit is contained in:
jdescottes 2014-11-23 21:48:32 +01:00
parent fad483ce7a
commit 5afec16258

View File

@ -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);
} }
} }