Removed debug output

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@602 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-05-16 20:58:47 +00:00
parent 7361340ab5
commit 29b6b51c5e

View file

@ -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 ) {