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-17 20:51:13 -05:00
parent b4bc0ed3cf
commit a0a1f8eb31
-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;
}
}