Skip to content

Commit 9b1f1d3

Browse files
remove debugging prints
1 parent fdc99a9 commit 9b1f1d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

xga/generate/esass/spec.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def _append_spec_info(evt_list, s_ind):
231231
central_coord=bkg_coord, bkg_reg=True,
232232
rand_ident=rand_ident,
233233
rot_angle=bkg_rot_angle)
234-
print(b_reg)
235234

236235
inn_rad_degrees = inner_radii[s_ind]
237236
out_rad_degrees = outer_radii[s_ind]
@@ -317,8 +316,7 @@ def _append_spec_info(evt_list, s_ind):
317316

318317
# TODO allow user to chose tstep and xgrid
319318
bsrc_reg_str = b_reg
320-
print('bsrc_reg_str')
321-
print(bsrc_reg_str)
319+
322320
# Defining the grouping keywords
323321
if group_spec and min_counts is not None:
324322
group_type = 'min'
@@ -643,7 +641,6 @@ def _append_spec_info(evt_list, s_ind):
643641
# once the eSASS cmd has run
644642
sources_extras.append(np.array(extra_info))
645643
sources_types.append(np.full(sources_cmds[-1].shape, fill_value="spectrum"))
646-
print(sources_cmds)
647644

648645
return sources_cmds, stack, execute, num_cores, sources_types, sources_paths, sources_extras, disable_progress
649646

0 commit comments

Comments
 (0)