aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-spell.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-11 18:00:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-11 18:00:30 +0800
commit13d43c86bb62e15b78f61058a3003b30eae9caf1 (patch)
tree94fefec88bc2e136d9c7792f1d0bacb983151c60 /libempathy-gtk/empathy-spell.c
parent194a6d0d636eb62add7719edc48b60906081a3ba (diff)
downloadgsoc2013-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/empathy-spell.c')
-rw-r--r--libempathy-gtk/empathy-spell.c1
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;
}