Revert "Added line to dump page html casperjs"

This reverts commit 7091ce87f7a280dde7724d92fd542b834f764e61.
Jonathan Frederic 12 years ago committed by Jonathan Frederic
parent 8891750535
commit 74fccf47b3

@ -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('');

Loading…
Cancel
Save