in theory, this isn't a necessary check as the api would complain if

something is missing
This commit is contained in:
DarthArgus
2016-10-18 01:52:03 +00:00
parent fd75fdd13e
commit aab4375de3
-2
View File
@@ -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;
}
}