From 5bf4b6a888cfe9e40df563e0beaba5d5bed6da8c Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 17 Feb 2016 09:42:31 +0100 Subject: [PATCH] Removed debug print --- cogs/streams.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/streams.py b/cogs/streams.py index 4d7f23bb4..fdb143040 100644 --- a/cogs/streams.py +++ b/cogs/streams.py @@ -219,7 +219,6 @@ class Streams: await asyncio.sleep(1) if old != (self.twitch_streams, self.hitbox_streams): - print("DEBUG: Saving...") fileIO("data/streams/twitch.json", "save", self.twitch_streams) fileIO("data/streams/hitbox.json", "save", self.hitbox_streams)