Skip to content

Commit

Permalink
fix(ui): removed missing debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jul 20, 2021
1 parent c25a6a1 commit 698958e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/nodes-table/AssociationGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export default {
this.apiRequest('getAssociations', [this.node.id])
},
addAssociation(association) {
debugger
const target = !isNaN(association.target)
? parseInt(association.target)
: association.target.id
Expand Down

0 comments on commit 698958e

Please sign in to comment.