Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Remove debug info from /watch
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev committed Mar 24, 2023
1 parent 9cdbbd8 commit 32826b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/playbacker/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ async def publisher():
):
for _, path in changes:
path = Path(path)
yield path, setlist_path, setlist_path == path
if path == setlist_path or path == songs_file:
yield "current_setlist"
else:
Expand Down

0 comments on commit 32826b8

Please sign in to comment.