From 75cede23a2ca1892251de939264b5c41a12f63d6 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Wed, 23 Sep 2020 13:08:35 +0100 Subject: [PATCH] console log left in ! --- app/src/components/ConnectionsLayer.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue index dcd3751..8d2d1a0 100644 --- a/app/src/components/ConnectionsLayer.vue +++ b/app/src/components/ConnectionsLayer.vue @@ -143,7 +143,6 @@ export default { // console.log(buttonMap[i]) for (j = 0; j < Object.keys(this.configPositions).length; j++) { if (this.configPositions[j].node_id == this.otherNodes[i].node_id) { - console.log(this.otherNodes[i].deleted) buttonMapOther[i].name = this.otherNodes[i].node_id // console.log(button_one.name) buttonMapOther[i].lineStyle(1) -- GitLab