From 52df41a199ac3c9236630ba3708e1e7b1ca06654 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Wed, 9 Dec 2020 18:34:57 +0000 Subject: [PATCH] removed console logs --- app/src/components/ConnectionsLayer.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue index cd91a1f..425fac5 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 -- GitLab