diff --git a/src/modules/conf_randr/e_smart_randr.c b/src/modules/conf_randr/e_smart_randr.c index 7511849f3..e8858395a 100644 --- a/src/modules/conf_randr/e_smart_randr.c +++ b/src/modules/conf_randr/e_smart_randr.c @@ -262,7 +262,6 @@ e_smart_randr_monitors_create(Evas_Object *obj) /* get the size of the preferred mode for this output */ _e_smart_randr_monitor_preferred_mode_size_get(outputs[i], &mw, &mh); - printf("Preferred Size: %d %d\n", mw, mh); /* tell monitor what it's current position is * NB: This also packs into the grid */ @@ -297,7 +296,6 @@ e_smart_randr_monitors_create(Evas_Object *obj) /* get the size of the preferred mode for this output */ _e_smart_randr_monitor_preferred_mode_size_get(outputs[i], &mw, &mh); - printf("Preferred Size: %d %d\n", mw, mh); /* no crtc assigned to this output. it's disabled */ e_smart_monitor_crtc_set(mon, crtc, nx, 0, mw, mh);