okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b93849072a27905819bbb7ccd20819169ddd45e7
commit b93849072a27905819bbb7ccd20819169ddd45e7 Author: Stephen 'Okra' Houston <smhousto...@gmail.com> Date: Wed Jul 12 15:44:01 2017 -0500 Thermal: Add units. --- src/modules/sysinfo/thermal/thermal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/sysinfo/thermal/thermal.c b/src/modules/sysinfo/thermal/thermal.c index d2e1ddfdf..467c7d6bf 100644 --- a/src/modules/sysinfo/thermal/thermal.c +++ b/src/modules/sysinfo/thermal/thermal.c @@ -290,7 +290,6 @@ _thermal_resize_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED Instance *inst = data; edje_object_parts_extends_calc(elm_layout_edje_get(inst->cfg->thermal.o_gadget), 0, 0, &w, &h); - printf("%d x %d\n", w, h); if (w < 1) w = 1; if (h < 1) h = 1; if (inst->cfg->esm == E_SYSINFO_MODULE_THERMAL) --