Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed May 26, 2022
1 parent de32853 commit 08f6fb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manager/subscription/heartbeat_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ async def dispatch_heartbeats(cls):
channel_layer = get_channel_layer()
while True:
try:
print("sending data", flush=True)
cls.set_heartbeat_timestamp(
"Manager", datetime.datetime.now().timestamp()
)
Expand Down

0 comments on commit 08f6fb9

Please sign in to comment.