diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ephy-spell-check.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |