englebass pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=227072c553359559dbb7e39e6aa9c19e5aff48d7
commit 227072c553359559dbb7e39e6aa9c19e5aff48d7 Author: Sebastian Dransfeld <s...@tango.flipp.net> Date: Thu Nov 21 11:09:27 2013 +0100 randr: remove debug output --- src/bin/e_randr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index a469f0d..2453372 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -1121,7 +1121,6 @@ _e_randr_config_primary_update(void) } output_cfg = _e_randr_config_output_find(e_randr_cfg->primary); - fprintf(stderr, "primary output: %d %s\n", e_randr_cfg->primary, output_cfg->name); } static void --