Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
Remove stray print
  • Loading branch information
hyanwong authored Jul 2, 2024
1 parent 8d8bf20 commit e0210f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsdate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def run_date(args):
error_exit(
"rescaling_intervals is not currently used in discrete-time methods"
)
print("FOOOO")
if args.max_iterations is not None:
error_exit("max_iterations is not currently used in discrete-time methods")
params = dict(
Expand Down

0 comments on commit e0210f7

Please sign in to comment.