Skip to content

Commit df28255

Browse files
sbryngelsonclaude
andauthored
Remove debug print left in QBMM production code (#1226)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c9a3274 commit df28255

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/common/m_variables_conversion.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,6 @@ contains
11031103
nbub = 3._wp*q_prim_vf(alf_idx)%sf(j, k, l)/(4._wp*pi*R3tmp)
11041104
end if
11051105

1106-
if (j == 0 .and. k == 0 .and. l == 0) print *, 'In convert, nbub:', nbub
1107-
11081106
do i = bub_idx%beg, bub_idx%end
11091107
q_cons_vf(i)%sf(j, k, l) = q_prim_vf(i)%sf(j, k, l)*nbub
11101108
end do

0 commit comments

Comments
 (0)