diff --git a/core/modules/widgets/reveal.js b/core/modules/widgets/reveal.js index ce62063f47..eb3f32c7ee 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);