mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-06-12 21:27:42 +02:00
fix: remove leftover debug code
This commit is contained in:
@ -97,7 +97,6 @@ internal class SignatureResolver(
|
||||
var patternIndex = 0
|
||||
var currentThreshold = threshold
|
||||
while (instructionIndex + patternIndex < count) {
|
||||
println("currentThreshold = $currentThreshold")
|
||||
if (
|
||||
instructions.elementAt(
|
||||
instructionIndex + patternIndex
|
||||
|
Reference in New Issue
Block a user