From 615d73ec12b24f3d44d56095e2be783885640505 Mon Sep 17 00:00:00 2001 From: Alexandre Savard Date: Tue, 27 Jul 2010 12:56:31 -0400 Subject: [PATCH] [#3218] Remove unusefull comments --- sflphone-client-gnome/src/callable_obj.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sflphone-client-gnome/src/callable_obj.c b/sflphone-client-gnome/src/callable_obj.c index 1ce30755f..3311fc0e9 100644 --- a/sflphone-client-gnome/src/callable_obj.c +++ b/sflphone-client-gnome/src/callable_obj.c @@ -172,8 +172,7 @@ void *threaded_clock_incrementer(void *pc) { } } - DEBUG("CALL STATE %d", call->_state); - + // Update clock only if call is active (current, hold, recording transfer) if( (call->_state != CALL_STATE_INVALID) && (call->_state != CALL_STATE_INCOMING) && (call->_state != CALL_STATE_RINGING) && @@ -343,9 +342,7 @@ void free_callable_obj_t (callable_obj_t *c) if(c->_type == CALL) { c->clockStarted = 0; - DEBUG("block here"); g_thread_join(c->tid); - DEBUG("SINCE WE DON'T SEE IT"); } g_free (c->_callID); -- GitLab