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

console log left in !

parent 2c94686e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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