Skip to content

Commit

Permalink
test: TestRunners sshhh.. quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Oct 8, 2024
1 parent 42822f5 commit bee3f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/org/janelia/saalfeldlab/n5/TestRunners.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static <T> Optional<T> tryWaitRepeat(
Thread.sleep(waitTime);
} catch (InterruptedException e) {}

System.out.println("try again");
waitTime *= waitTimeMultiplier;
i++;
}
Expand Down

0 comments on commit bee3f16

Please sign in to comment.