chore: Remove debug instruction

This commit is contained in:
inotia00 2025-04-01 19:05:20 +09:00
parent 64af7fd8b6
commit e55fd4eb74

View File

@ -105,10 +105,7 @@ val dismissPlayerHookPatch = bytecodePatch(
* This method is called when the video is closed.
*/
internal fun hookDismissObserver(descriptor: String) =
dismissMethod.apply {
println("Class: $definingClass Name: $name")
addInstruction(
dismissMethod.addInstruction(
0,
"invoke-static {}, $descriptor"
)
}