mirror of
https://e.coding.net/circlecloud/AuthMe.git
synced 2024-12-22 06:48:55 +00:00
移除测试代码...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
e0016ed4cb
commit
2041f71243
@ -20,7 +20,6 @@ public class ConsoleFilter implements Filter {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
final String logM = record.getMessage().toLowerCase();
|
final String logM = record.getMessage().toLowerCase();
|
||||||
System.out.println("AuthMe LogRecord : " + logM);
|
|
||||||
if (!logM.contains("issued server command:")) {
|
if (!logM.contains("issued server command:")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user