Skip to content

Commit

Permalink
Remove debug info on glitch phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kerr committed Dec 5, 2024
1 parent b4b01c1 commit 5eab9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pint/models/glitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def glitch_phase(self, toas, delay):
else:
decayterm = u.Quantity(0)

log.debug(f"Glitch phase for glitch {idx}: {dphs} {dphs.unit}")
phs[affected] += (
dphs
+ dt[affected]
Expand Down

0 comments on commit 5eab9d7

Please sign in to comment.