Skip to content

Commit ac8d768

Browse files
committed
Removed debug output
1 parent 98ee706 commit ac8d768

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pathexpression/PathExpressionComputer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public PathExpressionComputer(LabeledGraph<N, V> graph) {
3737
private void initNodesToIntMap() {
3838
int size = nodeToIntMap.size();
3939
for (N node : graph.getNodes()) {
40-
System.out.println(node);
4140
nodeToIntMap.put(node, (++size));
4241
}
4342
}

0 commit comments

Comments
 (0)