Skip to content

Commit

Permalink
remove unneeded print at end of plot_date
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Sep 11, 2024
1 parent 8f6e5ba commit 781b139
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 133 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

2024-09

- 1.4.5:
- removed unneeded print at end of `plot_date` such that the resulting plot in the notebook
is not affected in terms of requiring undesirable scrolling (hopefully).

- 1.4.4: Maintenance release.

2024-08
Expand Down
1 change: 0 additions & 1 deletion pbp/simpleapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,3 @@ def plot_date(
jpeg_filename=jpeg_filename,
show=show,
)
print(f" done: {jpeg_filename}")
Loading

0 comments on commit 781b139

Please sign in to comment.