mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 14:14:36 +02:00
chore: Remove debug instruction
This commit is contained in:
parent
64af7fd8b6
commit
e55fd4eb74
@ -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(
|
||||
0,
|
||||
"invoke-static {}, $descriptor"
|
||||
)
|
||||
}
|
||||
dismissMethod.addInstruction(
|
||||
0,
|
||||
"invoke-static {}, $descriptor"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user