Skip to content

Commit

Permalink
Remove code for debugging
Browse files Browse the repository at this point in the history
See also: #17
  • Loading branch information
BECATRUE committed Nov 21, 2024
1 parent 3e34cb9 commit 98acb37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wlm_server/operation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def get_running_status(ch: int) -> tuple[bool, bool]:
) # latest operations for each channel and user
is_wlm_running = any(op.on for op in latest_operations)
is_channel_running = any(op.channel.channel == ch and op.on for op in latest_operations)
print(is_wlm_running, is_channel_running)
return is_wlm_running, is_channel_running


Expand Down

0 comments on commit 98acb37

Please sign in to comment.