diff --git a/src/bin/albumart.c b/src/bin/albumart.c index 3deaccb..7f031f5 100644 --- a/src/bin/albumart.c +++ b/src/bin/albumart.c @@ -161,7 +161,6 @@ _cb_http_complete(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) if (pe) { eina_strbuf_append_length(sb, p, pe - p); - printf("FOUND IMG\n"); ok = EINA_TRUE; } } @@ -175,7 +174,6 @@ _cb_http_complete(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) if (pe) { eina_strbuf_append_length(sb, p, pe - p); - printf("FOUND IMG2\n"); ok = EINA_TRUE; } } diff --git a/src/bin/winvid.c b/src/bin/winvid.c index 939856a..b70bbc6 100644 --- a/src/bin/winvid.c +++ b/src/bin/winvid.c @@ -93,7 +93,6 @@ _cb_audio(void *data, Evas_Object *obj EINA_UNUSED, void *event EINA_UNUSED) Inf *inf = evas_object_data_get(data, "inf"); Evas_Object *sl = elm_object_part_content_get(inf->lay, "rage.vol.swallow"); double vol = video_volume_get(inf->vid); - printf("%1.2f\n", vol); elm_slider_value_set(sl, vol * 100); win_title_update(data); }