Skip to content

Commit

Permalink
Update dailynames.py
Browse files Browse the repository at this point in the history
remove debug part
  • Loading branch information
Beforerr authored Oct 18, 2023
1 parent f7036a2 commit aa89160
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyspedas/utilities/dailynames.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ def yearlynames(
adjusted_start_date = datetime(start_date.year - 1, start_date.month + 6, 1)
else:
adjusted_start_date = datetime(start_date.year, start_date.month - 6, 1)

print(adjusted_start_date)

# Generate all the January 1st and July 1st dates within the range
potential_dates = [datetime(year, month, 1) for year in range(start_date.year, end_date.year + 1) for month in [1, 7]]
Expand Down

0 comments on commit aa89160

Please sign in to comment.