Skip to content

Commit dfce518

Browse files
committed
Reduced verbosity in Graph.fastAdd test
1 parent 984fefd commit dfce518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/info/debatty/java/graphs/GraphTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public double similarity(Double value1, Double value2) {
290290
Graph.DEFAULT_SEARCH_EXPANSION,
291291
Graph.DEFAULT_UPDATE_DEPTH,
292292
stats);
293-
System.out.println(stats);
293+
//System.out.println(stats);
294294
data.add(query);
295295
}
296296

0 commit comments

Comments
 (0)