smalloc: debug
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 May 2008 08:11:27 +0000 (10:11 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 May 2008 08:11:27 +0000 (10:11 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
smalloc.c

index 7ffc112cddad1896b23df3b517afead88e1cda34..7b30ce704601894c255a2c5b34dc56a547a45dc1 100644 (file)
--- a/smalloc.c
+++ b/smalloc.c
@@ -384,8 +384,6 @@ void *smalloc(unsigned int size)
 {
        unsigned int i;
 
-       printf("size=%u\n", size);
-
        global_read_lock();
        i = last_pool;