diff options
Diffstat (limited to 'ctdb/tests/ctdb_fetch.c')
-rw-r--r-- | ctdb/tests/ctdb_fetch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/tests/ctdb_fetch.c b/ctdb/tests/ctdb_fetch.c index 35ab989299..1ae8e8aafd 100644 --- a/ctdb/tests/ctdb_fetch.c +++ b/ctdb/tests/ctdb_fetch.c @@ -94,8 +94,6 @@ static void bench_fetch_1node(struct ctdb_context *ctdb) printf("Failed to store record\n"); } - printf("DATA IS NOW:%s\n", (const char *)data.dptr); - talloc_free(tmp_ctx); /* tell the next node to do the same */ |