From 506092bedaaee5974ee68c9a252a73df3f1e863e Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 25 Sep 2015 07:31:07 +0200 Subject: [PATCH] ecore_con: remove debug Signed-off-by: Cedric BAIL --- src/lib/ecore_con/ecore_con_local_win32.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/ecore_con/ecore_con_local_win32.c b/src/lib/ecore_con/ecore_con_local_win32.c index 6da9926..4d0dedb 100644 --- a/src/lib/ecore_con/ecore_con_local_win32.c +++ b/src/lib/ecore_con/ecore_con_local_win32.c @@ -225,7 +225,6 @@ _ecore_con_local_win32_client_read_server_thread(void *data) } } - printf(" ### %s\n", __FUNCTION__); svr->read_stopped = EINA_TRUE; _endthreadex(0); return 0; @@ -264,7 +263,6 @@ _ecore_con_local_win32_server_read_client_thread(void *data) } } - printf(" ### %s\n", __FUNCTION__); host_svr->read_stopped = EINA_TRUE; _endthreadex(0); return 0; @@ -384,7 +382,6 @@ _ecore_con_local_win32_listening(void *data) DBG("Client connected"); - printf(" ### %s\n", __FUNCTION__); _endthreadex(0); return 0; } -- 2.7.4