Skip to content

Commit

Permalink
Remove stale debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Nov 15, 2024
1 parent 70c9589 commit be84975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions socs/agents/rtsp_camera/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,8 @@ def _dt_convert(timestr):
stop += timedelta(days=1)

if curtime > start and curtime < stop:
self.log.info(msg)
return True
else:
self.log.info(msg)
return False

@ocs_agent.param("test_mode", default=False, type=bool)
Expand Down

0 comments on commit be84975

Please sign in to comment.