r7839: remove C++ style comment
authorGerald Carter <jerry@samba.org>
Wed, 22 Jun 2005 20:33:30 +0000 (20:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:59 +0000 (10:57 -0500)
(This used to be commit e04fd56e0097dc8007394bf295b227b454e524b4)

source3/rpc_parse/parse_svcctl.c

index 1f21cb2aab9594cc01d7ed9bc9896925fe7be69b..85889d58890cfcfbaa0d28c7ffcfabc484d24a01 100644 (file)
@@ -109,7 +109,6 @@ BOOL svcctl_io_service_description( const char *desc, UNISTR2 *svcdesc, prs_stru
        prs_debug(ps, depth, desc, "svcctl_io_service_description");
        depth++;
 
-       //DEBUG(10, ("_svcctl_io_service_description: descrption is [%s]\n",svcdesc));
        if (!prs_io_unistr2("", ps, depth, svcdesc))
                return False;