mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 23:34:35 +00:00
Remove extraneous debugging code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user