Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/gajim.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/gajim.py b/src/common/gajim.py
index 6e6a79be8..2fcc3d0a5 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -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')