cleanup log

This commit is contained in:
wea_ondara
2022-11-24 14:16:43 +01:00
parent 237be45dc3
commit 038ebe4aff

View File

@@ -1,10 +1,8 @@
package jef.util;
public class Log {
// private static Log INSTANCE = new Log();
public static void debug(String s) {
System.out.println(s);
System.out.println(s);//TODO implement logging
}
private Log() {