summaryrefslogtreecommitdiff
path: root/source3/lib/util_sid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util_sid.c')
-rw-r--r--source3/lib/util_sid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c
index 439bb74a83..b4b88c9d88 100644
--- a/source3/lib/util_sid.c
+++ b/source3/lib/util_sid.c
@@ -250,7 +250,6 @@ char *sid_to_string(fstring sidstr_out, DOM_SID *sid)
fstrcat(sidstr_out, subauth);
}
- DEBUG(7,("sid_to_string returning %s\n", sidstr_out));
return sidstr_out;
}