rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=a186b022e0fe7701c1c2bf5d788b863176acfa7e

commit a186b022e0fe7701c1c2bf5d788b863176acfa7e
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Thu Oct 8 10:40:51 2015 +0300

    popup: delete forgoten debug message
    
    Change-Id: I5d286d17e4756eb7583f2961ab3be9b1ce6996e8
---
 src/bin/ui/popup.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index e09601c9..e513edb 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -183,7 +183,6 @@ _popup_win_follow(void *data __UNUSED__,
    int w, h, nx, ny;
 
    evas_object_geometry_get(ap.win, NULL, NULL, &w, &h);
-   fprintf(stdout, "%d %d\n", w, h);
    nx = (w / 2) - ((FS_W + 12) / 2);
    ny = (h / 2) - ((FS_H + 12) / 2);
    evas_object_move(popup, nx, ny);

-- 


Reply via email to