Skip to content

Commit

Permalink
Merge pull request #150 from lsst-ts/hotfix/remove-manager-log
Browse files Browse the repository at this point in the history
Remove unnecessary print
  • Loading branch information
sebastian-aranda authored Jun 15, 2022
2 parents de32853 + 08f6fb9 commit 3c80d5f
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 3c80d5f

Please sign in to comment.