remove dead code

alfred-data
Nils Schneider 2012-06-08 02:04:05 +02:00
parent 690a237178
commit 9841ea5495
1 changed files with 0 additions and 5 deletions

View File

@ -314,11 +314,6 @@ function update() {
linkEnter.append("line")
link.selectAll("line")
.style("stroke-width", function(d) {
return Math.max(1, d.strength * 2)
})
link.selectAll("path.label")
.remove()