Skip to content

Commit

Permalink
Merge pull request #1477 from paulray/master
Browse files Browse the repository at this point in the history
Remove excess print statement in pintbary
  • Loading branch information
paulray authored Dec 16, 2022
2 parents d597bf0 + a8609e7 commit a16fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pint/scripts/pintbary.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(argv=None):
t = Time(
np.longdouble(args.time), scale=args.timescale, format=fmt, precision=9
)
print(t)
# print(t)
else:
t = Time(args.time, scale=args.timescale, format=args.format, precision=9)
log.debug(t.iso)
Expand Down

0 comments on commit a16fdd0

Please sign in to comment.