mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +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";
|
||||
if (++i < argc) {
|
||||
postdata = switch_core_strdup(pool, argv[i]);
|
||||
printf("DDDD [%s]\n", postdata);
|
||||
switch_url_decode(postdata);
|
||||
printf("DDDD [%s]\n", postdata);
|
||||
} else {
|
||||
postdata = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user