mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 19:57:42 +00:00
remove debugging printf
This commit is contained in:
parent
91bc09525f
commit
4b87056625
@ -4303,7 +4303,6 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_timestamps(switch_channel_t *
|
|||||||
switch_safe_free(substituted);
|
switch_safe_free(substituted);
|
||||||
substituted = switch_string_replace(substituted ? substituted : dtstr, replace, X);
|
substituted = switch_string_replace(substituted ? substituted : dtstr, replace, X);
|
||||||
|
|
||||||
printf("WTF [%s][%s]\n", replace, substituted);
|
|
||||||
pcre_free_substring(replace);
|
pcre_free_substring(replace);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user