]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 31 Jul 2012 21:35:56 +0000 (16:35 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 31 Jul 2012 21:35:56 +0000 (16:35 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 9299d9f68048b9763627fdc3ab6c31b552061d34..c7464e20bd82d7cf4c384a303191a330ffaee0d0 100644 (file)
@@ -1344,7 +1344,7 @@ static void our_sofia_event_callback(nua_event_t event,
                                switch_assert(sql != NULL);
                                
                                
-                               if (1 || mod_sofia_globals.debug_presence > 0 || mod_sofia_globals.debug_sla > 0) {
+                               if (mod_sofia_globals.debug_presence > 0 || mod_sofia_globals.debug_sla > 0) {
                                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "%s REFER SUBSCRIBE %s@%s %s@%s\n%s\n",
                                                                          profile->name, from_user, from_host, to_user, to_host, sql);
                                }