]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Sat, 14 Jul 2012 15:24:35 +0000 (10:24 -0500)
committerBrian West <brian@freeswitch.org>
Sat, 14 Jul 2012 15:24:35 +0000 (10:24 -0500)
src/switch_loadable_module.c

index 739f20f566169bd9d78eba3d31fd515f50a4544f..537e1a25506cd9f20ef99a9e63a8bc1b3783b0d6 100644 (file)
@@ -580,7 +580,6 @@ static switch_status_t do_chat_send(switch_event_t *message_event)
        if (!do_skip && !switch_stristr("GLOBAL", dest_proto)) {
                if ((ci = switch_loadable_module_get_chat_interface(dest_proto)) && ci->chat_send) {
                        status = ci->chat_send(message_event);
-                                       printf("FRICK\n");
 
                        UNPROTECT_INTERFACE(ci);
                } else {