mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Remove extraneous debugging code
This commit is contained in:
parent
4bcebf5bbf
commit
b69f87484d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user