From 6b4ee6a198f3e721c3b8414ff8d471e829043574 Mon Sep 17 00:00:00 2001 From: chmerdon Date: Wed, 15 Oct 2025 14:05:11 +0200 Subject: [PATCH] remove show in iterate-until_stationarity --- src/solvers.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/solvers.jl b/src/solvers.jl index e3d34eac..d21376fc 100644 --- a/src/solvers.jl +++ b/src/solvers.jl @@ -799,7 +799,6 @@ function iterate_until_stationarity( for j in 1:1 time_total += @elapsed begin # Assemble system and update timing/allocation info - @show A b sol PD SC TimerOutput() assembly_time, assembly_allocs = assemble_system!(A, b, sol, PD, SC, TimerOutput(); kwargs...) time_assembly += assembly_time allocs_assembly += assembly_allocs