diff --git a/external/3rd/library/webAPI/webAPI.cpp b/external/3rd/library/webAPI/webAPI.cpp index 9285cfae..57741ff8 100644 --- a/external/3rd/library/webAPI/webAPI.cpp +++ b/external/3rd/library/webAPI/webAPI.cpp @@ -64,8 +64,6 @@ bool webAPI::submit(const int &reqType, const int &getPost, const int &respType) // clear our the object for next time this->requestData.clear(); - } else { - return false; } }