Skip to content

Commit 6b4ee6a

Browse files
author
chmerdon
committed
remove show in iterate-until_stationarity
1 parent 176eb1a commit 6b4ee6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/solvers.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ function iterate_until_stationarity(
799799
for j in 1:1
800800
time_total += @elapsed begin
801801
# Assemble system and update timing/allocation info
802-
@show A b sol PD SC TimerOutput()
803802
assembly_time, assembly_allocs = assemble_system!(A, b, sol, PD, SC, TimerOutput(); kwargs...)
804803
time_assembly += assembly_time
805804
allocs_assembly += assembly_allocs

0 commit comments

Comments
 (0)