Skip to content

Commit 1f4b7c2

Browse files
committed
get rid of debug line
1 parent 55925f1 commit 1f4b7c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ function test(model_proxies, data...; mod=Main, level=2, throw=false, verbosity=
209209
function update(row, i, test, value_or_exception, outcome)
210210
outcome_nt = NamedTuple{(test,)}((outcome,))
211211
updated_row = merge(row, outcome_nt)
212-
@show updated_row
213212
summary[i] = updated_row
214213
if outcome == "×"
215214
failures_row = (

0 commit comments

Comments
 (0)