From 498d1cbb1ee5b169a83ca165b6b334e13d4b463d Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 11 Jul 2019 22:31:27 +0000 Subject: [PATCH] Remove debug logging --- EditorNode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/EditorNode.js b/EditorNode.js index e16ca12..748ca23 100644 --- a/EditorNode.js +++ b/EditorNode.js @@ -67,7 +67,6 @@ class EditorNode extends EditorEntryBase { onBlur() { if (this.getLabel() != this.lastSnapshotLabel_) { - console.log('changed'); this.lastSnapshotLabel_ = this.getLabel(); this.elem_.setAttribute('data-arch-snapshot', ''); }