Browse Source

Removed unnecessary debug code.

Oops.
Ludwig Tietze 6 years ago
parent
commit
cf9e328ab4
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/ui/view/Util.java

+ 0 - 7
src/ui/view/Util.java

@@ -73,13 +73,6 @@ public class Util {
 			} catch (FileNotFoundException e1) {
 				e1.printStackTrace();
 			}
-			System.out.println("Test");
-			try {
-				Thread.sleep(1000);
-			} catch (InterruptedException e1) {
-				// TODO Auto-generated catch block
-				e1.printStackTrace();
-			}
 			return null;
 		}
 	}