Remove extraneous debugger statement

print-window-tiddler
Jermolene 2014-07-14 21:51:56 +01:00
rodzic bc87fac600
commit c92a21ff14
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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 = [];