fixed: BPD debug mode log messages were always double-printed

This commit is contained in:
Adrian Sampson 2010-07-05 21:25:32 -07:00
parent 83dc838173
commit 909b50e3c3

View file

@ -64,7 +64,6 @@ SAFE_COMMANDS = (
# Logger.
log = logging.getLogger('beets.player.bpd')
log.addHandler(logging.StreamHandler())
# Gstreamer import error (counterpart of identical class in gstplayer).