mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +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
|
// Read the information from the state tiddler
|
||||||
if(this.stateTitle) {
|
if(this.stateTitle) {
|
||||||
var state = this.renderer.renderTree.wiki.getTextReference(this.stateTitle,this["default"],this.renderer.getContextTiddlerTitle());
|
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) {
|
switch(this.type) {
|
||||||
case "popup":
|
case "popup":
|
||||||
this.readPopupState(state);
|
this.readPopupState(state);
|
||||||
|
Loading…
Reference in New Issue
Block a user