Skip to content
Snippets Groups Projects
Commit 52df41a1 authored by Adam Procter's avatar Adam Procter
Browse files

removed console logs

parent 2655d6de
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment