mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Remove debugging statements
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user