changeset 1640:bf2258e29834

Remove debug LogPrint() call
author Mikael Berthe <mikael@lilotux.net>
date Sun, 25 Oct 2009 23:32:23 +0100
parents d9913c1b35e7
children c3c7d6d0348f
files mcabber/src/utils.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/utils.c	Sun Oct 25 23:25:14 2009 +0100
+++ b/mcabber/src/utils.c	Sun Oct 25 23:32:23 2009 +0100
@@ -446,7 +446,6 @@
       if (*idnpp++ != *str++)
         return 1;
     }
-    scr_LogPrint(LPRINT_LOGNORM, "Stringprep'd node: [%s]", idnprep); // XXX
     /* the username looks okay */
 #else
     /* check for low and invalid ascii characters in the username */