From 6fd860a1b35ceb9a370bfdbba253660dc726577d Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Fri, 30 May 2008 20:21:12 +0000 Subject: [PATCH] Remove debug print. --- src/roster_window.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index ddb39e7e9..7417c3e13 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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()