Skip to content

Commit 5b9266e

Browse files
committed
Remove @show
1 parent e98a056 commit 5b9266e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/caches/boundarympscache.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ function update(
590590
cf += !isnothing(tolerance) ? costfunction(alg, bmpsc, update_pe_region) : 0.0
591591
end
592592
epsilon = abs(cf - prev_cf) / length(update_seq)
593-
@show cf
594593
if !isnothing(tolerance) && epsilon < tolerance
595594
return cache_prep_function(alg, bmpsc, partitionpair)
596595
else

0 commit comments

Comments
 (0)