We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ee706 commit ac8d768Copy full SHA for ac8d768
1 file changed
src/pathexpression/PathExpressionComputer.java
@@ -37,7 +37,6 @@ public PathExpressionComputer(LabeledGraph<N, V> graph) {
37
private void initNodesToIntMap() {
38
int size = nodeToIntMap.size();
39
for (N node : graph.getNodes()) {
40
- System.out.println(node);
41
nodeToIntMap.put(node, (++size));
42
}
43
0 commit comments