Skip to content

Commit 7b151de

Browse files
committed
lxfs: remove unnecessary log
1 parent 8277563 commit 7b151de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/lxfs/src/open.c

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ void lxfsOpen(OpenCommand *ocmd) {
3939

4040
// ensure this is a file
4141
if(((entry.flags >> LXFS_DIR_TYPE_SHIFT) & LXFS_DIR_TYPE_MASK) != LXFS_DIR_TYPE_FILE) {
42-
luxLogf(KPRINT_LEVEL_DEBUG, "ISNT FILE\n");
4342
ocmd->header.header.status = -EISDIR;
4443
luxSendDependency(ocmd);
4544
return;

0 commit comments

Comments
 (0)