Skip to content

Commit acf5728

Browse files
committed
feat: 删调试日志
1 parent b16af32 commit acf5728

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/top/trangle/mbga/hook/MineViewHooker.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ object MineViewHooker : YukiBaseHooker() {
4141
if (fieldUri.get(list[0]).string() == SEARCH_URI) {
4242
return@forEach
4343
}
44-
list.forEach {
45-
YLog.debug("dd: ${reflectionToString(it)}")
46-
}
4744
val newList =
4845
arrayListOf(
4946
ctorMenuGroupItem.get().call().also { item ->

0 commit comments

Comments
 (0)