diff --git a/boot/boot.js b/boot/boot.js index 981ac7eb2..35bd84bab 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -883,6 +883,8 @@ $tw.Wiki = function(options) { // Delete a tiddler this.deleteTiddler = function(title) { +// Uncomment the following line for detailed logs of all tiddler deletions +// console.log("Deleting",title,tiddler) delete tiddlers[title]; this.clearCache(title); this.clearGlobalCache();