yusuketk 6 lat temu
rodzic
commit
010a9ae955
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/client/js/services/EditorContainer.js

+ 0 - 1
src/client/js/services/EditorContainer.js

@@ -155,7 +155,6 @@ export default class EditorContainer extends Container {
   }
   }
 
 
   disableUnsavedWarning() {
   disableUnsavedWarning() {
-    console.log('AAA');
     window.removeEventListener('beforeunload', this.showUnsavedWarning);
     window.removeEventListener('beforeunload', this.showUnsavedWarning);
     this.isSetBeforeunloadEventHandler = false;
     this.isSetBeforeunloadEventHandler = false;
   }
   }