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