Removed annoying debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fee8617479
commit
035fcdee74
1 changed files with 0 additions and 2 deletions
|
@ -347,8 +347,6 @@ static bool update(void)
|
|||
if ( id3 &&
|
||||
global_settings.resume &&
|
||||
global_settings.resume_offset != id3->offset ) {
|
||||
DEBUGF("R%X,%X (%X)\n", global_settings.resume_offset,
|
||||
id3->offset,id3);
|
||||
|
||||
if (!playlist_get_resume_info(&global_settings.resume_index))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue