diff --git a/IPython/frontend/html/notebook/static/js/notebooklist.js b/IPython/frontend/html/notebook/static/js/notebooklist.js
index 9c8e475f7..69a8c66f2 100644
--- a/IPython/frontend/html/notebook/static/js/notebooklist.js
+++ b/IPython/frontend/html/notebook/static/js/notebooklist.js
@@ -44,8 +44,7 @@ var IPython = (function (IPython) {
return false;
});
this.element.bind('drop', function(event){
- console.log('bound to drop');
- that.handelFilesUpload(event,'drop');
+ that.handelFilesUpload(event,'drop');
return false;
});
};