diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue
index dcd375127d1950c47763afaffd2d41f4705a7b1d..8d2d1a096ae8c83f4a5e9be5f459e240dd5fc264 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)