From 13d43c86bb62e15b78f61058a3003b30eae9caf1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 11 Dec 2009 11:00:30 +0100 Subject: empathy_spell_check: remove debug message if there is no languages configured It floods debug logs. --- libempathy-gtk/empathy-spell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libempathy-gtk/empathy-spell.c') 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; } -- cgit v1.2.3