Skip to content

Commit

Permalink
Remove XposedBridge.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipppppppppp committed Jan 22, 2025
1 parent 1693482 commit c62d138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
@Override
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
String chatId = (String) param.getResult();
XposedBridge.log(chatId);
// XposedBridge.log(chatId);
if (groupExists(chatId)) {
shouldHookOnCreate = true;
currentGroupId = chatId;
Expand Down

0 comments on commit c62d138

Please sign in to comment.