Removed some level 0 debugs accidentally left in - oops.
authorTim Potter <tpot@samba.org>
Thu, 24 May 2001 02:21:18 +0000 (02:21 +0000)
committerTim Potter <tpot@samba.org>
Thu, 24 May 2001 02:21:18 +0000 (02:21 +0000)
(This used to be commit c4e7ce267f63c1b1b0942d8b0a434f6e44a5312f)

source3/rpcclient/rpcclient.c

index 6258e803bfed3f03f77a789bb7a7084912d3c314..6707721651316c3c017487baa99b219dd3e468ee 100644 (file)
@@ -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);
                }