From e9c6025c8d940bfc0d7b436489961f2fa45c8125 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 3 Nov 2006 19:13:58 +0000 Subject: Remove debug spew. 2006-11-03 Christian Persch * lib/ephy-spell-check.c: (ephy_spell_check_check_word): Remove debug spew. --- lib/ephy-spell-check.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3