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