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:
authorNikos Kouremenos <kourem@gmail.com>2006-10-08 16:09:57 +0400
committerNikos Kouremenos <kourem@gmail.com>2006-10-08 16:09:57 +0400
commit7ab63bed0fdd7b17aac1ad76e5486e02d3f84447 (patch)
treed80c55bfd376c86d5a06c83235ead0daabff5f0a /src
parent8d74950f421759cf335b03381668d9795ae22096 (diff)
rm a print
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')