Remove debug logging

This commit is contained in:
Ian Gulliver
2019-07-11 22:31:27 +00:00
parent 0485580b89
commit 498d1cbb1e

View File

@@ -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', '');
}