From: Tim Potter Date: Thu, 24 May 2001 02:21:18 +0000 (+0000) Subject: Removed some level 0 debugs accidentally left in - oops. X-Git-Tag: samba-4.0.0alpha6~801^2~18094 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=3d876c5df1792382f351b05375e7269bd7b59365;p=sfrench%2Fsamba-autobuild%2F.git Removed some level 0 debugs accidentally left in - oops. (This used to be commit c4e7ce267f63c1b1b0942d8b0a434f6e44a5312f) --- diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 6258e803bfe..67077216513 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -648,10 +648,7 @@ static void usage(char *pname) fstring cmd; char *p = cmdstr; - DEBUG(0, ("cmdstr = '%s'\n", cmdstr)); - while(next_token(&p, cmd, ";", sizeof(fstring))) { - DEBUG(0, ("cmd = '%s'\n", cmd)); process_cmd(&cli, cmd); }