Skip to content
Snippets Groups Projects
Commit 615d73ec authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3218] Remove unusefull comments

parent 85164001
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment