Remove debug LogPrint() call
authorMikael Berthe <mikael@lilotux.net>
Sun, 25 Oct 2009 23:32:23 +0100
changeset 1640 bf2258e29834
parent 1639 d9913c1b35e7
child 1641 c3c7d6d0348f
Remove debug LogPrint() call
mcabber/src/utils.c
--- 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 */