Skip to content
Snippets Groups Projects
Commit 0221b00b authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'ftree' into 'pregmod-master'

remove another errant debug line

See merge request pregmodfan/fc-pregmod!1287
parents 1b080da8 bded766d
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