From ee857f1bd92e3f29cc6983b0394cae82e97368df Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Thu, 10 May 2012 20:20:05 +0200 Subject: [PATCH] remove extra console.log --- IPython/frontend/html/notebook/static/js/notebooklist.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }); };