[empathy/gnome-2-28] empathy_spell_check: remove debug message if there is no languages configured



commit 2bcc73bcc8804a3058b59c3304cb31501aecd7c8
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Dec 11 11:00:30 2009 +0100

    empathy_spell_check: remove debug message if there is no languages configured
    
    It floods debug logs.

 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 3443fd9..17c7f10 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;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]