MM2: Removed dead code path

This commit is contained in:
Rudi Grinberg 2012-09-04 09:01:51 -04:00
parent 7135fdbc3d
commit 970708bd23
1 changed files with 0 additions and 3 deletions
python_apps/media-monitor2/media/monitor

View File

@ -43,9 +43,6 @@ class RequestSync(threading.Thread,Loggable):
if isinstance(request, BadSongFile):
self.logger.info("Bad song file: '%s'" % request.path)
else: packed_requests.append(request)
except BadSongFile as e:
self.logger.info("This should never occur anymore!!!")
self.logger.info("Bad song file: '%s'" % e.path)
except Exception as e:
self.unexpected_exception( e )
if hasattr(request_event, 'path'):