Skip to content

Commit

Permalink
Filemanager:
Browse files Browse the repository at this point in the history
 - Disabled tracing for some files
  • Loading branch information
Meulengracht committed Feb 2, 2021
1 parent a42658f commit b73b7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/filemanager/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Handles caching of all file entries for quick retrieval
*/

#define __TRACE
//#define __TRACE

#include "include/vfs.h"
#include <ddk/utils.h>
Expand Down
2 changes: 1 addition & 1 deletion services/filemanager/functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* - Handles all file related services and disk services
*/

#define __TRACE
//#define __TRACE

#include <ctype.h>
#include <ddk/utils.h>
Expand Down

0 comments on commit b73b7e0

Please sign in to comment.