[telepathy-idle/master] Don't spam DEBUG for each char in a nick

Will Thompson will.thompson at collabora.co.uk
Wed May 27 15:04:37 PDT 2009


---
 src/idle-handles.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/idle-handles.c b/src/idle-handles.c
index f5d0e5d..972a090 100644
--- a/src/idle-handles.c
+++ b/src/idle-handles.c
@@ -48,7 +48,6 @@ gboolean idle_nickname_is_valid(const gchar *nickname, gboolean strict_mode) {
 
 		/* only used for non-strict checks */
 		gunichar ucs4char = g_utf8_get_char_validated(char_pos, -1);
-		IDLE_DEBUG("testing character %d", ucs4char);
 
 		switch (*char_pos) {
 			case '[':
-- 
1.5.6.5




More information about the telepathy-commits mailing list