1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Remove debugging code

This commit is contained in:
Jermolene 2014-06-13 14:44:43 +01:00
parent eee3a0cf8e
commit f09d69d1b7

View File

@ -100,7 +100,6 @@ ImportVariablesWidget.prototype.refresh = function(changedTiddlers) {
}
if(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {
// Compute the filter
console.log("Refreshing importvariables with filter=",this.getAttribute("filter"));
this.removeChildDomNodes();
this.execute(tiddlerList);
this.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());