Skip to content

Commit 56b142b

Browse files
sbryngelsonclaude
andcommitted
Remove debug print left in QBMM production code
Remove a diagnostic print statement that was left in the prim-to-cons conversion path for QBMM bubbles. This print fires every time step at cell (0,0,0), polluting stdout in production runs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ff0bef commit 56b142b

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
@@ -1101,8 +1101,6 @@ contains
11011101
nbub = 3._wp*q_prim_vf(alf_idx)%sf(j, k, l)/(4._wp*pi*R3tmp)
11021102
end if
11031103

1104-
if (j == 0 .and. k == 0 .and. l == 0) print *, 'In convert, nbub:', nbub
1105-
11061104
do i = bub_idx%beg, bub_idx%end
11071105
q_cons_vf(i)%sf(j, k, l) = q_prim_vf(i)%sf(j, k, l)*nbub
11081106
end do

0 commit comments

Comments
 (0)