cleaned up makefile, silent now really silent

This commit is contained in:
Ondřej Hruška
2014-05-20 22:18:35 +02:00
parent cb0e87f460
commit 6ca6570488
2 changed files with 2 additions and 9 deletions
+1 -2
View File
@@ -18,7 +18,7 @@ public class Launcher {
*/
public static void main(String[] args)
{
System.out.println("argv = " + Arrays.toString(args)+"\n");
// System.out.println("argv = " + Arrays.toString(args)+"\n");
Level llSyso = Level.FINER;
Level llFile = Level.ALL;
@@ -78,7 +78,6 @@ public class Launcher {
app.opt().setLogLevel(llFile, llSyso);
System.out.println("\nStarting the game...\n");
app.start();
}