Usunięcie niepotrzebnych console.log (teraz śledzimy tylko stany modeli) i dodanie...
[redakcja.git] / project / static / js / views / xml.js
index 6b7571a..8af3c4d 100644 (file)
@@ -58,7 +58,6 @@ var XMLView = View.extend({
   },
   
   modelDataChanged: function(property, value) {
-    console.log('modelDataChanged');
     if (this.editor.getCode() != value) {
       this.editor.setCode(value);
     }