refactor(kakaotalk): remove debug print statement from BypassMoatCheckPatch

This commit is contained in:
2025-05-19 20:48:27 +09:00
parent 60a02aa90a
commit 9b9679a3aa

View File

@ -37,7 +37,6 @@ val bypassMoatCheckPatch = bytecodePatch(
)
}
.forEach { inst ->
println("Replacing ${inst.reference} with TRUE")
val idx = insns.indexOf(inst)
method.replaceInstruction(
idx,