mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: remove leftover debug code
This commit is contained in:
parent
642e9031eb
commit
0f30eac32c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue