diff --git a/patches/src/main/kotlin/app/revanced/patches/kakaotalk/integrity/BypassMoatCheckPatch.kt b/patches/src/main/kotlin/app/revanced/patches/kakaotalk/integrity/BypassMoatCheckPatch.kt index c5e35e46d..bc5b107bc 100644 --- a/patches/src/main/kotlin/app/revanced/patches/kakaotalk/integrity/BypassMoatCheckPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/kakaotalk/integrity/BypassMoatCheckPatch.kt @@ -37,7 +37,6 @@ val bypassMoatCheckPatch = bytecodePatch( ) } .forEach { inst -> - println("Replacing ${inst.reference} with TRUE") val idx = insns.indexOf(inst) method.replaceInstruction( idx,