remove test printf

This commit is contained in:
Marian Ohligs 2012-12-30 21:39:20 +01:00
parent cbcaf8517d
commit 400451879c
1 changed files with 0 additions and 1 deletions

View File

@ -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;