diff --git a/src/main/kotlin/app/revanced/patcher/signature/resolver/SignatureResolver.kt b/src/main/kotlin/app/revanced/patcher/signature/resolver/SignatureResolver.kt index 700353f..308d7d5 100644 --- a/src/main/kotlin/app/revanced/patcher/signature/resolver/SignatureResolver.kt +++ b/src/main/kotlin/app/revanced/patcher/signature/resolver/SignatureResolver.kt @@ -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