Replace sys out with logger factory

This commit is contained in:
N0tMyFaultOG
2020-10-08 20:52:02 +02:00
parent 6b37d678df
commit 0d89125a8e
4 changed files with 14 additions and 7 deletions

View File

@ -1300,7 +1300,6 @@ public class PlotSquared {
String commitString = br.readLine();
String dateString = br.readLine();
this.version = PlotVersion.tryParse(versionString, commitString, dateString);
System.out.println("Version is " + this.version);
}
} catch (IOException throwable) {
throwable.printStackTrace();