Removed debug print statement.
This commit is contained in:
parent
4d7b01d4ae
commit
da5ab070a8
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue