From 1ef79dbcabbe58c1338040eaea9fbcfe3b7ea105 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 28 Sep 2000 00:07:19 +0000 Subject: Removed annoying unecessary debug message. (This used to be commit b1a893b74114ee4ab6a295ac0cb0e8fdccda3f53) --- source3/lib/util_sid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib/util_sid.c') 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; } -- cgit