Skip to content

Commit dcb8ae7

Browse files
author
Diego Ferrari
committed
[MOD] removed log
1 parent ef27c49 commit dcb8ae7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kernel/dev/module_loader.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ int fs_search(void *node, void *key){
2424
*path += index;
2525
return 0;
2626
}
27-
kprintf("No match %s and %s",module->mount,*path);
2827
return -1;
2928
}
3029

0 commit comments

Comments
 (0)