From 74fccf47b3875642045beb9785a865dfd716146e Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Fri, 3 Jan 2014 12:21:47 -0800 Subject: [PATCH] Revert "Added line to dump page html casperjs" This reverts commit 7091ce87f7a280dde7724d92fd542b834f764e61. --- IPython/html/tests/casperjs/util.js | 3 --- 1 file changed, 3 deletions(-) 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('');