Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
hotfix: remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Mar 9, 2024
1 parent 74516a5 commit 3be9abe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import java.io.File;
import java.io.IOException;
import java.lang.reflect.Array;
import java.lang.reflect.Field;
import java.net.URL;
import java.text.SimpleDateFormat;
Expand Down Expand Up @@ -100,7 +99,6 @@ protected void afterHookedMethod(final XC_MethodHook.MethodHookParam param) thro
}

private static void saveImage(final String url, final String filename, final Context context) throws IOException {
XposedBridge.log(url);
try (final var is = new URL(url).openStream()) {
final var bb = FileUtils.toByteBuffer(is);
final var imageDetails = new ContentValues();
Expand Down

0 comments on commit 3be9abe

Please sign in to comment.