aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/gossip-spell.c')
-rw-r--r--libempathy-gtk/gossip-spell.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/gossip-spell.c b/libempathy-gtk/gossip-spell.c
index db06e9f1d..8d595f4c2 100644
--- a/libempathy-gtk/gossip-spell.c
+++ b/libempathy-gtk/gossip-spell.c
@@ -204,7 +204,6 @@ spell_setup_languages (void)
}
if (languages) {
- gossip_debug (DEBUG_DOMAIN, "No languages to setup");
return;
}
@@ -393,8 +392,6 @@ gossip_spell_supported (void)
return FALSE;
}
- gossip_debug (DEBUG_DOMAIN, "Support enabled");
-
return TRUE;
}
@@ -403,8 +400,6 @@ gossip_spell_supported (void)
gboolean
gossip_spell_supported (void)
{
- gossip_debug (DEBUG_DOMAIN, "Support disabled");
-
return FALSE;
}