From c9a2c7565fb1427e50eda42ad8c67cb139698d35 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Thu, 19 Jan 2006 02:25:08 +0000 Subject: [PATCH] Removed debug statements --- src/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config.py b/src/config.py index fda9a077a..1c9e93c35 100644 --- a/src/config.py +++ b/src/config.py @@ -551,7 +551,6 @@ class PreferencesWindow: except: spell_obj = None - print "Current: ", spell_obj if not spell_obj: gtkspell.Spell(ctrl.msg_textview) @@ -563,7 +562,6 @@ class PreferencesWindow: spell_obj = gtkspell.get_from_text_view(ctrl.msg_textview) except: spell_obj = None - print "Current: ", spell_obj if spell_obj: spell_obj.detach()