mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +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.
|
* This method is called when the video is closed.
|
||||||
*/
|
*/
|
||||||
internal fun hookDismissObserver(descriptor: String) =
|
internal fun hookDismissObserver(descriptor: String) =
|
||||||
dismissMethod.apply {
|
dismissMethod.addInstruction(
|
||||||
println("Class: $definingClass Name: $name")
|
0,
|
||||||
addInstruction(
|
"invoke-static {}, $descriptor"
|
||||||
0,
|
)
|
||||||
"invoke-static {}, $descriptor"
|
|
||||||
)
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user