Skip to content

Commit

Permalink
删除无效日志
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Oct 21, 2024
1 parent b48e2c6 commit a5ecefa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4737,7 +4737,6 @@ public void onSuccess(List<UserInfo> infos, boolean hasMore) throws RemoteExcept
}
userInfos.addAll(infos);
if (!hasMore) {
Log.d("jyj", "friendList size " + userInfos.size());
mainHandler.post(() -> callback.onSuccess(userInfos));
}
}
Expand Down

0 comments on commit a5ecefa

Please sign in to comment.