Removed log message -- client will tell user this message at runtime

This commit is contained in:
Collin Smith 2020-11-21 20:57:01 -08:00
parent a54fec91d8
commit 44f64330b5

View File

@ -77,7 +77,6 @@ public class DesktopLauncher {
} else {
home = new FileHandle(SystemUtils.USER_HOME).child("riiablo");
home.mkdirs();
System.out.println("Created home directory " + home);
}
}