mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 13:56:16 +00: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