From 4b87056625ff1d6812f27b9ae8f6d0968809f986 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 3 Nov 2014 14:17:24 -0600 Subject: [PATCH] remove debugging printf --- src/switch_channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_channel.c b/src/switch_channel.c index 7fae7f16a2..3b96dcdc4d 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -4303,7 +4303,6 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_timestamps(switch_channel_t * switch_safe_free(substituted); substituted = switch_string_replace(substituted ? substituted : dtstr, replace, X); - printf("WTF [%s][%s]\n", replace, substituted); pcre_free_substring(replace); } }