mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-27 19:24:43 +02:00
Replace sys out with logger factory
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user