diff --git a/python_apps/media-monitor2/media/monitor/watchersyncer.py b/python_apps/media-monitor2/media/monitor/watchersyncer.py index 097bcf039..214335fb6 100644 --- a/python_apps/media-monitor2/media/monitor/watchersyncer.py +++ b/python_apps/media-monitor2/media/monitor/watchersyncer.py @@ -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'):