aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-11-04 03:13:58 +0800
committerChristian Persch <chpe@src.gnome.org>2006-11-04 03:13:58 +0800
commite9c6025c8d940bfc0d7b436489961f2fa45c8125 (patch)
treeef63b154552aba6535cd1a9cf35d81b6273f2b89 /lib
parent8bbe367169cf024ce5eb85381eaf4e8470e0f989 (diff)
downloadgsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.tar
gsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.tar.gz
gsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.tar.bz2
gsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.tar.lz
gsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.tar.xz
gsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.tar.zst
gsoc2013-epiphany-e9c6025c8d940bfc0d7b436489961f2fa45c8125.zip
Remove debug spew.
2006-11-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-spell-check.c: (ephy_spell_check_check_word): Remove debug spew.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ephy-spell-check.c2
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;