Skip to content
Snippets Groups Projects
Commit bded766d authored by sensei's avatar sensei
Browse files

remove another errant debug line

parent 1b080da8
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,6 @@ window.renderFamilyTree = function(slaves, filterID) { ...@@ -114,7 +114,6 @@ window.renderFamilyTree = function(slaves, filterID) {
node.append('circle') node.append('circle')
.attr('r', function(d){ return d.r }) .attr('r', function(d){ return d.r })
.attr('stroke', function(d) { .attr('stroke', function(d) {
console.log(d.ID, filterID);
if(d.id == filterID) { if(d.id == filterID) {
return '#ffff20'; return '#ffff20';
} else { } else {
......
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