mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:07:08 +00:00
Remove debugging statements
This commit is contained in:
@@ -235,12 +235,9 @@ export default {
|
||||
this.contextMenuY = e.clientY;
|
||||
this.contextMenuItem = item;
|
||||
this.$nextTick( () => this.contextMenuShow = true );
|
||||
console.log("event", e);
|
||||
console.log("data", item);
|
||||
},
|
||||
|
||||
setNTBA () {
|
||||
console.log("Hi! I'm NTBA", this.contextMenuItem.line, this.contextMenuItem.ntba);
|
||||
this.saveItem({
|
||||
line: this.contextMenuItem.line,
|
||||
key: 'ntba',
|
||||
|
||||
Reference in New Issue
Block a user