]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug that is no longer needed
authorBrian West <brian@freeswitch.org>
Thu, 9 Oct 2008 01:05:14 +0000 (01:05 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 9 Oct 2008 01:05:14 +0000 (01:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9905 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_presence.c

index 9ecfbf9daad62ec1ec47fa4c5df8684bc4cb14f4..6180ac7175b4235266c73e5eda03d026f8fa8ee4 100644 (file)
@@ -885,7 +885,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
        }
 
        if (!(nh = nua_handle_by_call_id(profile->nua, call_id))) {
-               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Cannot find handle for %s\n", call_id);
                goto end;
        }