diff --git a/boot/boot.js b/boot/boot.js index 7598a15e7..081603e82 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -861,6 +861,8 @@ $tw.Wiki = function(options) { if(tiddler) { var title = tiddler.fields.title; if(title) { +// Uncomment the following line for detailed logs of all tiddler writes +// console.log("Adding",title,tiddler) tiddlers[title] = tiddler; this.clearCache(title); this.clearGlobalCache();