diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-11 18:00:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-11 18:00:30 +0800 |
commit | 13d43c86bb62e15b78f61058a3003b30eae9caf1 (patch) | |
tree | 94fefec88bc2e136d9c7792f1d0bacb983151c60 /libempathy-gtk | |
parent | 194a6d0d636eb62add7719edc48b60906081a3ba (diff) | |
download | gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.tar gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.tar.gz gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.tar.bz2 gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.tar.lz gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.tar.xz gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.tar.zst gsoc2013-empathy-13d43c86bb62e15b78f61058a3003b30eae9caf1.zip |
empathy_spell_check: remove debug message if there is no languages configured
It floods debug logs.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-spell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c index 3443fd9a0..17c7f100e 100644 --- a/libempathy-gtk/empathy-spell.c +++ b/libempathy-gtk/empathy-spell.c @@ -314,7 +314,6 @@ empathy_spell_check (const gchar *word) spell_setup_languages (); if (!languages) { - DEBUG ("No languages to check against"); return TRUE; } |