Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
hfedcba committed Jun 5, 2017
1 parent 63f29af commit ae20711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion link/link-in/link-in.hni
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
node.links.push($(this).data('node-id'));
}
});
console.log(node.links);
node.oldLinks.sort();
node.links.sort();
var nodeMap = {};
Expand Down

0 comments on commit ae20711

Please sign in to comment.