summaryrefslogtreecommitdiff
path: root/firmware/common/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/file.c')
-rw-r--r--firmware/common/file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/common/file.c b/firmware/common/file.c
index 3b7a889833..a513f5221f 100644
--- a/firmware/common/file.c
+++ b/firmware/common/file.c
@@ -98,9 +98,6 @@ int open(char* pathname, int flags)
98 openfiles[fd].size = entry->size; 98 openfiles[fd].size = entry->size;
99 break; 99 break;
100 } 100 }
101 else {
102 DEBUGF("entry: %s\n",entry->d_name);
103 }
104 } 101 }
105 closedir(dir); 102 closedir(dir);
106 if ( !entry ) { 103 if ( !entry ) {