Remove debug print.
This commit is contained in:
parent
7259f95b0b
commit
6fd860a1b3
|
@ -848,9 +848,6 @@ class RosterWindow:
|
||||||
|
|
||||||
#FIXME: integrate into add_contact()
|
#FIXME: integrate into add_contact()
|
||||||
def add_to_not_in_the_roster(self, account, jid, nick = '', resource = ''):
|
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 = ''
|
keyID = ''
|
||||||
attached_keys = gajim.config.get_per('accounts', account,
|
attached_keys = gajim.config.get_per('accounts', account,
|
||||||
'attached_gpg_keys').split()
|
'attached_gpg_keys').split()
|
||||||
|
|
Loading…
Reference in New Issue