From eccffc9938ac8edff0270903d8a5754bb1ae6b53 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 21 Apr 2009 09:17:31 +0200 Subject: [PATCH] Remove debug printf() Left in by mistake. Signed-off-by: Jens Axboe --- log.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/log.c b/log.c index 6fe49612..6913357c 100644 --- a/log.c +++ b/log.c @@ -406,8 +406,6 @@ static int init_iolog_write(struct thread_data *td) return 1; } - printf("log opened\n"); - /* * That's it for writing, setup a log buffer and we're done. */ -- 2.25.1