Explorar el Código

remove console

yusuketk hace 6 años
padre
commit
010a9ae955
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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() {
-    console.log('AAA');
     window.removeEventListener('beforeunload', this.showUnsavedWarning);
     this.isSetBeforeunloadEventHandler = false;
   }