From 3e074a6410fb7e3c939538fafb6c72b3e7c1040c Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Thu, 12 Aug 2010 23:20:42 +0000 Subject: Remove old debug line from wma.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27796 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/wma.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index 4c535689d8..a0950d4eb0 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -73,8 +73,6 @@ restart_track: goto exit; } - DEBUGF("**************** IN WMA.C ******************\n"); - if (resume_offset > ci->id3->first_frame_offset) { /* Get start of current packet */ -- cgit v1.2.3