cleanup log
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
package jef.util;
|
package jef.util;
|
||||||
|
|
||||||
public class Log {
|
public class Log {
|
||||||
// private static Log INSTANCE = new Log();
|
|
||||||
|
|
||||||
public static void debug(String s) {
|
public static void debug(String s) {
|
||||||
System.out.println(s);
|
System.out.println(s);//TODO implement logging
|
||||||
}
|
}
|
||||||
|
|
||||||
private Log() {
|
private Log() {
|
||||||
|
|||||||
Reference in New Issue
Block a user