remove dead code

This commit is contained in:
Nils Schneider 2012-06-08 02:04:05 +02:00
parent 690a237178
commit 9841ea5495

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()