FS-10552 Doh, remove extra debug lines

This commit is contained in:
Seven Du 2017-07-28 10:18:15 +08:00
parent deb1bd5cdf
commit 7f1813cf4f
1 changed files with 0 additions and 2 deletions

View File

@ -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 = "";
} }