Skip to content

Commit

Permalink
remove large debug print used for consistency checking
Browse files Browse the repository at this point in the history
Jeremy Buhler committed Nov 19, 2024
1 parent fa6460e commit a1d3705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/fastspecfit/emlines.py
Original file line number Diff line number Diff line change
@@ -1723,6 +1723,5 @@ def get_results(emlineflux):
log.info(f'Wrote {pngfile}')

log.debug(f'Emission-line fitting took {time.time()-tall:.2f} seconds.')
for n in result.value.dtype.names:
print(n, result[n])

return spectra_out

0 comments on commit a1d3705

Please sign in to comment.