]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove ass
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 29 Jun 2010 19:05:44 +0000 (14:05 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 29 Jun 2010 19:05:44 +0000 (14:05 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index ee62e5d17e04d400ec45a9b7208db918deae1b6c..3411d798d9a8b01a86695c80257b926caad5c6c3 100644 (file)
@@ -247,8 +247,6 @@ char *generate_pai_str(switch_core_session_t *session)
 
        if (!sofia_test_pflag(tech_pvt->profile, PFLAG_CID_IN_1XX) || 
                ((var = switch_channel_get_variable(tech_pvt->channel, "sip_cid_in_1xx")) && switch_false(var))) {
-               printf("ASSSSS\n");
-
                return NULL;
        }