Removed debug print statement.

This commit is contained in:
Andrew Lalis 2022-08-07 15:09:05 +02:00
parent 4d7b01d4ae
commit da5ab070a8
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ public class VersionFetcher {
if (loaded) {
return CompletableFuture.completedFuture(Collections.unmodifiableList(availableReleases));
}
System.out.println("Fetching the list of available releases...");
return fetchReleasesFromGitHub();
}