Skip to content

Commit

Permalink
Remove forgotten debug printing
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Buddelmeijer <[email protected]>
  • Loading branch information
teutoburg and hugobuddel authored Sep 9, 2024
1 parent ca2842c commit 0f4058a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scopesim/effects/fits_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,6 @@ def apply_to(self, hdul, **kwargs):
for i, field in enumerate(src.fields):
src_class = field.field.__class__.__name__
src_dic = deepcopy(src._meta_dicts[i])
print(src)
print(src.meta)
print(src_dic)
print(src.fields[0].meta)
if isinstance(field, HDUSourceField):
hdr = field.header
for key in hdr:
Expand Down

0 comments on commit 0f4058a

Please sign in to comment.