raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=f7875643dd22297b29e45f678a3c05fd24578478
commit f7875643dd22297b29e45f678a3c05fd24578478 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Nov 4 19:51:05 2016 +0900 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)) --
