Remove bogus comment
authorMikael Berthe <mikael@lilotux.net>
Wed, 31 Mar 2010 22:05:12 +0200
changeset 1848 f6e137fe9d6d
parent 1847 2e133fc0e3d9
child 1849 1ae3a110d300
Remove bogus comment
mcabber/mcabber/commands.c
--- a/mcabber/mcabber/commands.c	Sun Mar 28 23:40:10 2010 +0200
+++ b/mcabber/mcabber/commands.c	Wed Mar 31 22:05:12 2010 +0200
@@ -1016,8 +1016,6 @@
       id = NULL;
     } else {
       mc_strtolower(id);
-      // Actually an UTF-8 id isn't needed because only the bare jid will
-      // be used.
       id = jid_utf8 = to_utf8(id);
     }
   } else {