Skip to content
Snippets Groups Projects
Commit 7ab63bed authored by nkour's avatar nkour
Browse files

rm a print

parent 8d74950f
No related branches found
No related tags found
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment