diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | lib/ephy-spell-check.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-11-03 Christian Persch <chpe@cvs.gnome.org> + + * lib/ephy-spell-check.c: (ephy_spell_check_check_word): + + Remove debug spew. + 2006-10-24 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (impl_load): diff --git a/lib/ephy-spell-check.c b/lib/ephy-spell-check.c index 99fd622b3..9d8059461 100755 --- a/lib/ephy-spell-check.c +++ b/lib/ephy-spell-check.c @@ -182,8 +182,6 @@ ephy_spell_check_check_word (EphySpellCheck *speller, g_return_val_if_fail (word != NULL, -1); - g_print ("ephy_spell_check_check_word: '%s'\n", word); - if (priv->dict == NULL) return FALSE; |