Removed debug statements
This commit is contained in:
parent
1048936e21
commit
c9a2c7565f
|
@ -551,7 +551,6 @@ class PreferencesWindow:
|
||||||
except:
|
except:
|
||||||
spell_obj = None
|
spell_obj = None
|
||||||
|
|
||||||
print "Current: ", spell_obj
|
|
||||||
if not spell_obj:
|
if not spell_obj:
|
||||||
gtkspell.Spell(ctrl.msg_textview)
|
gtkspell.Spell(ctrl.msg_textview)
|
||||||
|
|
||||||
|
@ -563,7 +562,6 @@ class PreferencesWindow:
|
||||||
spell_obj = gtkspell.get_from_text_view(ctrl.msg_textview)
|
spell_obj = gtkspell.get_from_text_view(ctrl.msg_textview)
|
||||||
except:
|
except:
|
||||||
spell_obj = None
|
spell_obj = None
|
||||||
print "Current: ", spell_obj
|
|
||||||
if spell_obj:
|
if spell_obj:
|
||||||
spell_obj.detach()
|
spell_obj.detach()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue