[CLEANUP] Cleaned up Landing and using verbose now

This commit is contained in:
JKetelaar
2015-10-17 22:59:23 +02:00
parent 0029e23987
commit 64964819e4
3 changed files with 9 additions and 6 deletions
-5
View File
@@ -29,11 +29,6 @@ public final class Landing {
private static String password;
public static void main(String... args) throws IOException {
parseArgs(args);
try{
org.parabot.environment.api.utils.WindowsPreferences.userRoot().remove("Software\\JavaSoft\\Prefs");
}catch (Exception e){
// Ikov likes to creates preference keys, doesn't it?
}
Core.verbose("Debug mode: " + Core.inDebugMode());