From 860b53183d01b4943d151d52beed8c014dec270a Mon Sep 17 00:00:00 2001
From: Brian West <brian@freeswitch.org>
Date: Sat, 14 Jul 2012 10:24:35 -0500
Subject: [PATCH] tweak

---
 src/switch_loadable_module.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/switch_loadable_module.c b/src/switch_loadable_module.c
index 739f20f566..537e1a2550 100644
--- a/src/switch_loadable_module.c
+++ b/src/switch_loadable_module.c
@@ -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 {