remove dead code
This commit is contained in:
parent
690a237178
commit
9841ea5495
|
@ -314,11 +314,6 @@ function update() {
|
||||||
|
|
||||||
linkEnter.append("line")
|
linkEnter.append("line")
|
||||||
|
|
||||||
link.selectAll("line")
|
|
||||||
.style("stroke-width", function(d) {
|
|
||||||
return Math.max(1, d.strength * 2)
|
|
||||||
})
|
|
||||||
|
|
||||||
link.selectAll("path.label")
|
link.selectAll("path.label")
|
||||||
.remove()
|
.remove()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue