diff --git a/core/modules/widgets/navigator.js b/core/modules/widgets/navigator.js index bbff1b261..8edf73788 100755 --- a/core/modules/widgets/navigator.js +++ b/core/modules/widgets/navigator.js @@ -448,7 +448,6 @@ NavigatorWidget.prototype.handleImportTiddlersEvent = function(event) { newFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces); this.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields)); // Update the story and history details - debugger; if(this.getVariable("tw-auto-open-on-import") !== "no") { var storyList = this.getStoryList(), history = [];