This commit is contained in:
gedoor 2021-10-24 23:55:54 +08:00
parent d2c7512e6d
commit 262db8515b

View File

@ -69,11 +69,3 @@ object LogUtils {
return sdf.format(date)
}
}
fun dLog(tag: String, msg: String) {
LogUtils.d(tag, msg)
}
fun eLog(tag: String, msg: String) {
LogUtils.e(tag, msg)
}