mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 18:47:39 -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;
|
openfiles[fd].size = entry->size;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
DEBUGF("entry: %s\n",entry->d_name);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
closedir(dir);
|
closedir(dir);
|
||||||
if ( !entry ) {
|
if ( !entry ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue