diff --git a/IPython/html/tests/casperjs/util.js b/IPython/html/tests/casperjs/util.js index 42a639bc3..294edfc32 100644 --- a/IPython/html/tests/casperjs/util.js +++ b/IPython/html/tests/casperjs/util.js @@ -13,9 +13,6 @@ casper.get_notebook_server = function () { casper.open_new_notebook = function () { var baseUrl = this.get_notebook_server(); this.start(baseUrl); - this.then(function () { - console.log(this.getHTML()); - }); this.thenClick('button#new_notebook'); this.waitForPopup('');