Skip to content

Commit f12479c

Browse files
sbryngelsonclaude
andcommitted
Remove debug print left in post-process production code
Prints conservative variable slices to stdout for every variable at every timestep during post-processing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 84c46e0 commit f12479c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/post_process/m_data_input.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ impure subroutine s_read_serial_data_files(t_step)
312312
STATUS='old', ACTION='read')
313313
read (1) q_cons_vf(i)%sf(0:m, 0:n, 0:p)
314314
close (1)
315-
print *, q_cons_vf(i)%sf(:, 0, 0)
316315
else
317316
call s_mpi_abort('File q_cons_vf'//trim(file_num)// &
318317
'.dat is missing in '//trim(t_step_dir)// &

0 commit comments

Comments
 (0)