Skip to content

Commit 0880604

Browse files
committed
remove debug method
1 parent e291d11 commit 0880604

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/others/AudioTranscript.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public AudioTranscript(@NonNull ClassLoader classLoader, @NonNull XSharedPrefere
3232
@Override
3333
public void doHook() throws Throwable {
3434

35-
XposedHelpers.findAndHookMethod("X.Agd", classLoader, "C8L", classLoader.loadClass("X.9zA"), classLoader.loadClass("X.22R"), classLoader.loadClass("java.lang.String"), classLoader.loadClass("java.util.List"),
36-
DebugUtils.getDebugMethodHook(false, false, true, false));
37-
3835
if (!prefs.getBoolean("assemblyai", false) || TextUtils.isEmpty(prefs.getString("assemblyai_key", "")))
3936
return;
4037

0 commit comments

Comments
 (0)