From a0a1f8eb319a970e15fbd4bf1c5bab170eeafbe2 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 17 Oct 2016 20:51:13 -0500 Subject: [PATCH] in theory, this isn't a necessary check as the api would complain if something is missing --- external/3rd/library/webAPI/webAPI.cpp | 2 -- 1 file changed, 2 deletions(-) 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; } }