removed debug print to console

This commit is contained in:
Jindra Petřík
2014-11-17 08:17:00 +01:00
parent ef34bb535b
commit 69c3ec8474

View File

@@ -1256,9 +1256,7 @@ public class Main {
checkForUpdates();
return null;
}
}.execute();
System.out.println("finished");
}.execute();
}
}
}