diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-11-04 03:13:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-11-04 03:13:58 +0800 |
commit | e9c6025c8d940bfc0d7b436489961f2fa45c8125 (patch) | |
tree | ef63b154552aba6535cd1a9cf35d81b6273f2b89 /lib | |
parent | 8bbe367169cf024ce5eb85381eaf4e8470e0f989 (diff) | |
download | gsoc2013-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-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; |