refactor: 去掉日志输出的 system out
This commit is contained in:
parent
71b839667f
commit
f4fd061591
|
@ -55,7 +55,6 @@ public class LogUtil {
|
|||
Logger logger = LogUtil.getLogger();
|
||||
if (logger != null && logger.isInfoEnabled()) {
|
||||
logger.info(LogUtil.getMsg(msg));
|
||||
System.out.println(msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue