remove debugging printf

This commit is contained in:
Brian West 2014-11-03 14:17:24 -06:00
parent 91bc09525f
commit 4b87056625
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}