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 authored and oSumAtrIX committed Jun 5, 2022
1 parent 642e903 commit 0f30eac
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 0f30eac

Please sign in to comment.