From bb23c79b89f587ec830791928c47d58d4246d405 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 7 Jul 2006 01:50:53 -0800 Subject: [PATCH] drop some debugging.. [git-p4: depot-paths = "//depot/": change = 829] --- shoutcast.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/shoutcast.py b/shoutcast.py index 2c7e8e8..de2904c 100644 --- a/shoutcast.py +++ b/shoutcast.py @@ -262,7 +262,6 @@ class ShoutStation(AudioItem): class ShoutGenre(MusicGenre): def __init__(self, *args, **kwargs): - log.msg('shoutcast genre created') self.genre = kwargs['genre'] del kwargs['genre'] self.feeds = ShoutcastFeedAsync(self.genre) @@ -372,7 +371,6 @@ class ShoutCast(Container): def detectshoutcastfile(path, fobj): path = os.path.basename(path) if path == 'SHOUTcast Radio': - log.msg('matched shoutcast') return ShoutCast, { } return None, None