Skip to content

Commit 93c4d7f

Browse files
committed
Remove printing.
1 parent 260b9bc commit 93c4d7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/determinestrategy.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ function solve_unroll(X, R, u₁L, u₂L, u₁step, u₂step)
315315
if !(isfinite(u₂float) & isfinite(u₁float)) # brute force
316316
u₁low = u₂low = 1
317317
u₁high = u₂high = REGISTER_COUNT == 32 ? 10 : 6#8
318-
println("Fail")
319318
return solve_unroll_iter(X, R, u₁L, u₂L, u₁low:u₁step:u₁high, u₂low:u₂step:u₂high)
320319
end
321320
u₁low = floor(Int, u₁float)

0 commit comments

Comments
 (0)