From 400451879cebc82d105d8a6e04effedc33ea79dc Mon Sep 17 00:00:00 2001 From: Marian Ohligs Date: Sun, 30 Dec 2012 21:39:20 +0100 Subject: [PATCH] remove test printf --- fs/initrd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/initrd.c b/fs/initrd.c index b6e34d41..bf92ff66 100644 --- a/fs/initrd.c +++ b/fs/initrd.c @@ -269,7 +269,6 @@ static int initrd_open(fildes_t* file, const char* name) dir_block_t* dir_block; dirent_t* dirent; -kprintf("%p = %p", initrd_open, &initrd_open ); memset(new_node, 0x00, sizeof(vfs_node_t)); new_node->type = FS_FILE; new_node->read = &initrd_read;