remove a debug message
authorroot <root@int001st001.VSOFS1.COM>
Sun, 6 Dec 2009 22:26:07 +0000 (09:26 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 8 Dec 2009 05:56:33 +0000 (16:56 +1100)
smb.c

diff --git a/smb.c b/smb.c
index f7a7687af5b5cb36d3bfaa82b163c0923ec392ce..df633ef61b7c705f6f34cb8288e9adf6a3c575c5 100644 (file)
--- a/smb.c
+++ b/smb.c
@@ -599,8 +599,6 @@ static void recursive_delete_tree(struct dbench_op *op, const char *url)
        int dir;
        struct smbc_dirent *dirent;
 
        int dir;
        struct smbc_dirent *dirent;
 
-       printf("deltree : url:%s\n", url);
-
        dir = smbc_opendir(url);
        if (dir < 0) {
                fprintf(stderr, "[%d] Deltree \"%s\" failed\n", op->child->line, url);
        dir = smbc_opendir(url);
        if (dir < 0) {
                fprintf(stderr, "[%d] Deltree \"%s\" failed\n", op->child->line, url);