Remove extraneous debugging code

This commit is contained in:
Jeremy Ruston 2013-04-04 14:24:37 +01:00
parent 4bcebf5bbf
commit b69f87484d
1 changed files with 0 additions and 3 deletions

View File

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