Remove debugging statements

This commit is contained in:
D. Berge
2020-10-02 21:21:58 +02:00
parent 2f7315f133
commit 2ca83f9a60

View File

@@ -235,12 +235,9 @@ export default {
this.contextMenuY = e.clientY; this.contextMenuY = e.clientY;
this.contextMenuItem = item; this.contextMenuItem = item;
this.$nextTick( () => this.contextMenuShow = true ); this.$nextTick( () => this.contextMenuShow = true );
console.log("event", e);
console.log("data", item);
}, },
setNTBA () { setNTBA () {
console.log("Hi! I'm NTBA", this.contextMenuItem.line, this.contextMenuItem.ntba);
this.saveItem({ this.saveItem({
line: this.contextMenuItem.line, line: this.contextMenuItem.line,
key: 'ntba', key: 'ntba',