mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
FS-10552 Doh, remove extra debug lines
This commit is contained in:
parent
deb1bd5cdf
commit
7f1813cf4f
@ -841,9 +841,7 @@ SWITCH_STANDARD_APP(curl_app_function)
|
|||||||
method = "put";
|
method = "put";
|
||||||
if (++i < argc) {
|
if (++i < argc) {
|
||||||
postdata = switch_core_strdup(pool, argv[i]);
|
postdata = switch_core_strdup(pool, argv[i]);
|
||||||
printf("DDDD [%s]\n", postdata);
|
|
||||||
switch_url_decode(postdata);
|
switch_url_decode(postdata);
|
||||||
printf("DDDD [%s]\n", postdata);
|
|
||||||
} else {
|
} else {
|
||||||
postdata = "";
|
postdata = "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user