Browse Source

removed console.log

v3_develop
Alex de Mulder 9 years ago
parent
commit
4bab8406a2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/network/Network.js

+ 0
- 1
lib/network/Network.js View File

@ -810,7 +810,6 @@ Network.prototype._bindHammer = function() {
this.hammer.on('dragend', me._onDragEnd.bind(me) );
if (this.constants.zoomable == true) {
console.log('here')
this.hammer.on('mousewheel', me._onMouseWheel.bind(me));
this.hammer.on('DOMMouseScroll', me._onMouseWheel.bind(me)); // for FF
this.hammer.on('pinch', me._onPinch.bind(me) );

Loading…
Cancel
Save