Skip to content

Commit

Permalink
fix: remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Apr 13, 2022
1 parent 8544fc4 commit 4458141
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 4458141

Please sign in to comment.