mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-29 06:29:42 -08:00
remove console
This commit is contained in:
parent
db66ad8f54
commit
0eae86874b
|
@ -34,7 +34,6 @@ export const nodeBase = mixins(
|
|||
},
|
||||
nodePosition (): object {
|
||||
const node = this.$store.getters.nodesByName[this.name];
|
||||
console.log(node);
|
||||
const returnStyles: {
|
||||
[key: string]: string;
|
||||
} = {
|
||||
|
|
Loading…
Reference in a new issue