raster pushed a commit to branch master.

commit cb5ade7807287f8eedd03f96c8472ba46d91cc1f
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Jul 18 20:22:09 2013 +0900

    remove printfs from video test
---
 src/bin/test_video.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/test_video.c b/src/bin/test_video.c
index 75b0604..a0db84c 100644
--- a/src/bin/test_video.c
+++ b/src/bin/test_video.c
@@ -36,7 +36,6 @@ _notify_show(void *data, Evas *e __UNUSED__, Evas_Object *obj 
__UNUSED__, void *
 static void
 _notify_block(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, 
void *event_info __UNUSED__)
 {
-   printf("in block\n");
    elm_notify_timeout_set(data, 0.0);
    evas_object_show(data);
 }
@@ -44,7 +43,6 @@ _notify_block(void *data, Evas *e __UNUSED__, Evas_Object 
*obj __UNUSED__, void
 static void
 _notify_unblock(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, 
void *event_info __UNUSED__)
 {
-   printf("out block\n");
    elm_notify_timeout_set(data, 10.0);
    evas_object_show(data);
 }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to