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:20 +00:00
parent c46c0c0062
commit 8f215405e6
-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;
}
}