mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-31 09:58:01 +00:00
Remove debugging code
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user