ecore_con: remove debug

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-09-25 07:31:07 +02:00 committed by Cedric BAIL
parent 1057a45493
commit 506092beda
1 changed files with 0 additions and 3 deletions

View 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;
}