From 7ab63bed0fdd7b17aac1ad76e5486e02d3f84447 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 8 Oct 2006 12:09:57 +0000 Subject: [PATCH] rm a print --- src/common/gajim.py | 1 - 1 file changed, 1 deletion(-) 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')