From 4fdc99e1112613fb83ba433558ebc995b602355a Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Fri, 28 Feb 2014 15:03:27 -0800 Subject: [PATCH] Remove notebook load log succes --- IPython/html/static/notebook/js/notebook.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index c72fbade0..dae8339f5 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -1967,7 +1967,6 @@ var IPython = (function (IPython) { */ Notebook.prototype.load_notebook_success = function (data, status, xhr) { this.fromJSON(data); - console.log('load notebook success'); if (this.ncells() === 0) { this.insert_cell_below('code'); this.trigger_edit_mode(0);