rm a print

This commit is contained in:
Nikos Kouremenos 2006-10-08 12:09:57 +00:00
parent 8d74950f42
commit 7ab63bed0f
1 changed files with 0 additions and 1 deletions

View File

@ -333,5 +333,4 @@ def get_priority(account, show):
if show in ('online', 'chat', 'away', 'xa', 'dnd', 'invisible') and \
config.get_per('accounts', account, 'adjust_priority_with_status'):
return config.get_per('accounts', account, 'autopriority_' + show)
print '1', config.get_per('accounts', account, 'priority')
return config.get_per('accounts', account, 'priority')