Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed Nov 27, 2024
1 parent 9156dd1 commit c4c878f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freqtrade/rpc/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ def _rpc_timeunit_profit(
# weekly
start_date = start_date - timedelta(days=start_date.weekday()) # Monday
if timeunit == "months":
logger.info("Months called")
start_date = start_date.replace(day=1)

def time_offset(step: int):
Expand Down

0 comments on commit c4c878f

Please sign in to comment.