diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2006-11-01 19:35:53 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2006-11-01 19:35:53 +0000 |
| commit | e5f43ebabad1bec0ea68fc8bb34b0273a228e281 (patch) | |
| tree | 2ae5feebd3de78b0ebcedb8e80fb0984d969e449 /apps | |
| parent | faace1eae44e884d9c505ad17f007ba4eed2eba4 (diff) | |
| download | rockbox-e5f43ebabad1bec0ea68fc8bb34b0273a228e281.zip rockbox-e5f43ebabad1bec0ea68fc8bb34b0273a228e281.tar.gz rockbox-e5f43ebabad1bec0ea68fc8bb34b0273a228e281.tar.bz2 rockbox-e5f43ebabad1bec0ea68fc8bb34b0273a228e281.tar.xz | |
Remove unwanted logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/playback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index 1f1852b..04096b0 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -614,7 +614,6 @@ void audio_set_crossfade(int enable) enable = 0; size = NATIVE_FREQUENCY*2; #endif - logf("%ld->%ld", (long) pcmbuf_get_bufsize(), (long) size); if (pcmbuf_get_bufsize() == size) return ; |