removed console.log

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2310 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Rafael Couto 2013-01-17 10:58:40 +00:00
parent a4c4539117
commit 795eed4525
1 changed files with 0 additions and 1 deletions

View File

@ -3478,7 +3478,6 @@ var getMouseTarget = this.getMouseTarget = function(evt) {
//TODO(rafaelcastrocouto): User preference for shift key and zoom factor
$(container).bind("mousewheel DOMMouseScroll", function(e){
console.log(e.preventDefault)
//if(!e.shiftKey) return;
e.preventDefault();
var evt = e.originalEvent;