Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit dfd88f5

Browse files
committed
debugging
1 parent be8e72b commit dfd88f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scratchreferee/app/Competition.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public void run() {
6767
if (stopFlag.check())
6868
break;
6969

70+
System.out.println("Scanning...");
7071
File uploadsDirectory = new File(uploadsPath);
7172
uploadsDirectory.mkdirs();
7273
for (final File upload : uploadsDirectory.listFiles()) {

0 commit comments

Comments
 (0)