don't print awn error to console

This commit is contained in:
Yann Leboulanger 2007-05-22 14:26:08 +00:00
parent 68ec9fec2e
commit f2f0a6496a
1 changed files with 0 additions and 1 deletions

View File

@ -3387,7 +3387,6 @@ class RosterWindow:
awn = dbus.Interface(obj, 'com.google.code.Awn')
awn.SetTaskIconByName('Gajim', os.path.abspath(path))
except Exception, e:
gajim.log.debug(str(e))
pass
def _music_track_changed(self, unused_listener, music_track_info):