diff --git a/sys/fs/vfs/file.c b/sys/fs/vfs/file.c index 5c9ae54..efb8f29 100644 --- a/sys/fs/vfs/file.c +++ b/sys/fs/vfs/file.c @@ -181,7 +181,7 @@ break; } - kprintf("loff: %qd:%s", fd->offset, ((FL_FILE*) fd->res)->filename); + // kprintf("loff: %qd:%s", fd->offset, ((FL_FILE*) fd->res)->filename); return (error); }