Remove a debug print
This commit is contained in:
parent
89e4bea0c0
commit
db72f34e24
@ -131,7 +131,6 @@ namespace
|
|||||||
|
|
||||||
bool HTTPPostData(String url, String data, int &response, List<BYTE> *resultBody=nullptr, String const &headers=String())
|
bool HTTPPostData(String url, String data, int &response, List<BYTE> *resultBody=nullptr, String const &headers=String())
|
||||||
{
|
{
|
||||||
OutputDebugString(data.Array());
|
|
||||||
LPSTR str = data.CreateUTF8String();
|
LPSTR str = data.CreateUTF8String();
|
||||||
bool result = HTTPPostData(url, str, strlen(str), response, resultBody, headers);
|
bool result = HTTPPostData(url, str, strlen(str), response, resultBody, headers);
|
||||||
Free(str);
|
Free(str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user