discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e7a40cfc5f3b89fb4c6eace716625bac9b4b5958

commit e7a40cfc5f3b89fb4c6eace716625bac9b4b5958
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Feb 5 13:29:30 2016 -0500

    remove debug printf from e_bg
    
    ref be1b11ca28dbaeaaab4fd8f308ec31029d104397
---
 src/bin/e_bg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_bg.c b/src/bin/e_bg.c
index 4f47255..d31338d 100644
--- a/src/bin/e_bg.c
+++ b/src/bin/e_bg.c
@@ -196,8 +196,6 @@ e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition)
    const char *trans = "";
    E_Desk *desk;
 
-   printf("UP %p trans %i\n", zone, transition);
-
    if (transition == E_BG_TRANSITION_START) trans = e_config->transition_start;
    else if (transition == E_BG_TRANSITION_DESK)
      trans = e_config->transition_desk;

-- 


Reply via email to