This commit is contained in:
boy0001
2015-08-01 04:27:32 +10:00
parent 8cf39be76c
commit 222e4faf8b
4 changed files with 16 additions and 8 deletions

View File

@ -386,7 +386,7 @@ public class PlotAnalysis {
}
public static void logln(Object obj) {
System.out.println(log(obj));
PS.debug(log(obj));
}
public static String log(Object obj) {