From b69f87484ddb25a2c4e226685107981574e3200b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 4 Apr 2013 14:24:37 +0100 Subject: [PATCH] Remove extraneous debugging code --- core/modules/widgets/reveal.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/widgets/reveal.js b/core/modules/widgets/reveal.js index ce62063f4..eb3f32c7e 100644 --- a/core/modules/widgets/reveal.js +++ b/core/modules/widgets/reveal.js @@ -64,9 +64,6 @@ RevealWidget.prototype.readState = function() { // Read the information from the state tiddler if(this.stateTitle) { var state = this.renderer.renderTree.wiki.getTextReference(this.stateTitle,this["default"],this.renderer.getContextTiddlerTitle()); -if(this["default"]) { - console.log(this.stateTitle,this["default"],state) -} switch(this.type) { case "popup": this.readPopupState(state);