Skip to content

Commit

Permalink
Remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
prayush committed May 14, 2024
1 parent 871bd5c commit 382057d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycbc/waveform/waveform.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ def get_td_waveform(template=None, **kwargs):
raise IOError(
f"Approximant {input_params['approximant']} not supported"
)
print(f"ESIGMA length; {len(hp)}")
return hp, hc
else:
wav_gen = td_wav[type(_scheme.mgr.state)]
Expand Down

0 comments on commit 382057d

Please sign in to comment.