Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed Feb 7, 2025
1 parent ae481af commit c15fa43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions amplfi/train/data/waveforms/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def __init__(

self.sample_rate = sample_rate
self.dec, self.psi, self.phi = dec, psi, phi
if jitter is not None:
print(f"Using jitter: {jitter}")
self.time_translator = (
TimeTranslator(jitter, sample_rate) if jitter is not None else None
)
Expand Down

0 comments on commit c15fa43

Please sign in to comment.