Removed debug statements

This commit is contained in:
Travis Shirk 2006-01-19 02:25:08 +00:00
parent 1048936e21
commit c9a2c7565f
1 changed files with 0 additions and 2 deletions

View File

@ -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()