summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/rpc_parse/parse_svcctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_svcctl.c b/source3/rpc_parse/parse_svcctl.c
index 1f21cb2aab..85889d5889 100644
--- a/source3/rpc_parse/parse_svcctl.c
+++ b/source3/rpc_parse/parse_svcctl.c
@@ -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;