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…
Reference in New Issue