diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue
index cd91a1f3f7daab97dc00281b0f9b746c042aa7e0..425fac5891923faaa1036328d40f886a44b4c75e 100644
--- a/app/src/components/ConnectionsLayer.vue
+++ b/app/src/components/ConnectionsLayer.vue
@@ -145,7 +145,6 @@ export default {
     },
     // this should only fire if toolmode = connect
     buttonPress(id, x, y) {
-      console.log(id, x, y)
       if (connectmode == true) {
         drawing = true
         this.id = id
@@ -173,7 +172,6 @@ export default {
     },
 
     buttonUp(id, x, y) {
-      console.log(id, x, y)
       drawing = false
       document.getElementById('connections').removeChild(newLine)
       fromnode = this.id