Skip to content

Commit 3026618

Browse files
committed
remove @show
1 parent 899adda commit 3026618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/equations/compressible_moist_euler_2d_lucas.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ end
528528
s_d = c_pd * log(T) - R_d * log(rho_qd * R_d * T)
529529
end
530530
if (rho_qv > 0)
531-
@show T, rho_qv, R_v, T
532531
s_v = c_pv * log(T) - R_v * log(rho_qv * R_v * T)
533532
end
534533
if (rho_ql > 0)

0 commit comments

Comments
 (0)