Skip to content

Commit

Permalink
Clean Modularity to remove debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
taynaud committed Apr 21, 2012
1 parent ce88947 commit 31b110e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ private void zoomOut() {
else
weightSum += weight;
Modularity.ModEdge e = new Modularity.ModEdge(index, target, weight);
System.out.println(e.source + " " + e.target + " " + e.weight);
newTopology[index].add(e);
}
weights[index] = weightSum;
Expand Down

0 comments on commit 31b110e

Please sign in to comment.