diff --git a/fs/fs.c b/fs/fs.c index 5485cb37..f539e576 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -108,7 +108,6 @@ int open_fs(fildes_t* file, const char* name) ret = dir_node->open(file, fname); spinlock_unlock(&dir_node->lock); } else { - kprintf("KERNELERROR"); ret = -ENOENT; }