mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Removed debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@602 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7361340ab5
commit
29b6b51c5e
1 changed files with 0 additions and 3 deletions
|
@ -98,9 +98,6 @@ int open(char* pathname, int flags)
|
|||
openfiles[fd].size = entry->size;
|
||||
break;
|
||||
}
|
||||
else {
|
||||
DEBUGF("entry: %s\n",entry->d_name);
|
||||
}
|
||||
}
|
||||
closedir(dir);
|
||||
if ( !entry ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue