Skip to content

Commit e2ac70c

Browse files
removing debugging prints
1 parent 7872064 commit e2ac70c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

xga/xspec/run.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ def callback(results_in):
325325
ann_lums[tel] = {}
326326
if tel not in ann_obs_order.keys():
327327
ann_obs_order[tel] = {}
328-
print('tel')
329-
print(tel)
330328
set_ident[tel] = spec.set_ident
331329
ann_results[tel][spec.annulus_ident] = global_results
332330
ann_lums[tel][spec.annulus_ident] = chosen_lums
@@ -373,10 +371,6 @@ def callback(results_in):
373371
for tel in ann_results:
374372
# We fetch the annular spectra object that we just fitted, searching by using the set ID of
375373
# the last spectra that was opened in the loop
376-
print('set_ident')
377-
print(set_ident)
378-
print('ann_results')
379-
print(ann_results)
380374
ann_spec = s.get_annular_spectra(set_id=set_ident[tel])
381375
try:
382376
ann_spec.add_fit_data(model, ann_results[tel], ann_lums[tel],

0 commit comments

Comments
 (0)