Skip to content

Commit 08299a1

Browse files
committed
Revert "DEBUG: print parsed livestreams"
This reverts commit e6266f7.
1 parent 4fabd63 commit 08299a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/europython_discord/program_notifications/livestream_connector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ async def get_livestream_url(self, room: str, day: date) -> str | None:
6262
if not self.livestreams_by_room:
6363
await self.fetch_livestreams()
6464

65-
logger.info(str(self.livestreams_by_room))
6665
if room not in self.livestreams_by_room:
6766
logger.warning(f"Found no livestream URLs for room {room!r}")
6867
return None

0 commit comments

Comments
 (0)