editor: removing unused code
[fnpeditor.git] / src / editor / modules / sourceEditor / sourceEditor.js
index 8f0c833..12536ac 100644 (file)
@@ -15,7 +15,6 @@ return function(sandbox) {
             editor.gotoLine(0);
             documentEditedHere = false;
 
-            sandbox.publish('documentSet');
             documentIsDirty = false;
         }
     };