Skip to content
Snippets Groups Projects
Commit a3188f86 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Removed debug output

parent 3fd46b5b
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,8 @@ export default class ManagedData {
updateUnsavedChangesHandler() {
if (this.hasUnsavedChanges()) {
console.log("Unsaved changes...");
window.addEventListener("beforeunload", this.handleBeforeUnload);
} else {
console.log("Everything saved...");
window.removeEventListener("beforeunload", this.handleBeforeUnload);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment