remove test coe

This commit is contained in:
zhongchao
2022-03-15 11:18:22 +08:00
parent 55fdd07a59
commit b6d8cd940d

View File

@@ -51,8 +51,7 @@ class Scene {
fun check(tag: String): Boolean {
return if (canLog()) {
// classifyLog(tag)
true
classifyLog(tag)
} else {
false
}