Remove debug print.

This commit is contained in:
Stephan Erb 2008-05-30 20:21:12 +00:00
parent 7259f95b0b
commit 6fd860a1b3
1 changed files with 0 additions and 3 deletions

View File

@ -848,9 +848,6 @@ class RosterWindow:
#FIXME: integrate into add_contact()
def add_to_not_in_the_roster(self, account, jid, nick = '', resource = ''):
print "add to not in the roster"
import traceback
traceback.print_stack()
keyID = ''
attached_keys = gajim.config.get_per('accounts', account,
'attached_gpg_keys').split()