Skip to content

Commit 9fdc17d

Browse files
committed
Remove errant print statement.
1 parent c30f5f3 commit 9fdc17d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openmc_plotter/plotmodel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ def _do_op(array, tally_value, ax=0):
570570
# return data extents (in cm) for the tally
571571
extents = [lower_left[h_ind], upper_right[h_ind],
572572
lower_left[v_ind], upper_right[v_ind]]
573-
print(extents)
574573

575574
return image_data, extents, data_min, data_max
576575

0 commit comments

Comments
 (0)