Skip to content

Commit 0496fed

Browse files
removing debugging prints
1 parent dc5f892 commit 0496fed

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

xga/sources/extended.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,15 +1182,6 @@ def norm_conv_factor(self, outer_radius: Union[str, Quantity], telescope: str, l
11821182
min_sn=min_sn, over_sample=over_sample, inst=inst, telescope=telescope)
11831183
else:
11841184
# Grabbing the relevant spectra
1185-
print("or", outer_radius)
1186-
print("ir", inner_radius)
1187-
print("grp_spec", group_spec)
1188-
print("min cnt", min_counts)
1189-
print("min_sn", min_sn)
1190-
print("over smaple", over_sample)
1191-
print("obs id", obs_id)
1192-
print("tel", telescope)
1193-
11941185
spec = self.get_spectra(outer_radius, inner_radius=inner_radius, group_spec=group_spec, min_counts=min_counts,
11951186
min_sn=min_sn, over_sample=over_sample, obs_id=obs_id, inst=inst, telescope=telescope)
11961187

0 commit comments

Comments
 (0)