refactor(kakaotalk): remove debug print statement from BypassMoatCheckPatch
This commit is contained in:
@ -37,7 +37,6 @@ val bypassMoatCheckPatch = bytecodePatch(
|
||||
)
|
||||
}
|
||||
.forEach { inst ->
|
||||
println("Replacing ${inst.reference} with TRUE")
|
||||
val idx = insns.indexOf(inst)
|
||||
method.replaceInstruction(
|
||||
idx,
|
||||
|
Reference in New Issue
Block a user