summaryrefslogtreecommitdiff
path: root/cmp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmp3.c')
-rw-r--r--cmp3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmp3.c b/cmp3.c
index 01d3910b..228b9525 100644
--- a/cmp3.c
+++ b/cmp3.c
@@ -62,7 +62,6 @@ cmp3_scan_stream2 (float position);
int
cmp3_init (struct playItem_s *it) {
- printf ("opening file %s\n", it->fname);
buffer.file = fopen (it->fname, "rb");
if (!buffer.file) {
return -1;