From f7875643dd22297b29e45f678a3c05fd24578478 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 4 Nov 2016 19:51:05 +0900 Subject: [PATCH] rage artfile debug - remove printf. noisy --- src/bin/videothumb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/videothumb.c b/src/bin/videothumb.c index 97152cb..be003ac 100644 --- a/src/bin/videothumb.c +++ b/src/bin/videothumb.c @@ -276,7 +276,6 @@ _videothumb_image_load(Evas_Object *obj) if (sd->poster_mode) { artfile = albumart_file_get(sd->realpath); - printf("artfile for %s = %s\n", sd->realpath, artfile); if (artfile) { if (ecore_file_exists(artfile))