ecore_con: remove debug
authorVincent Torri <vincent dot torri at gmail dot com>
Fri, 25 Sep 2015 05:31:07 +0000 (07:31 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 13 Oct 2015 00:21:59 +0000 (17:21 -0700)
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_con/ecore_con_local_win32.c

index 6da9926..4d0dedb 100644 (file)
@@ -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;
 }