Removing old debug statements

This commit is contained in:
stephb9959
2021-11-10 23:43:34 -08:00
parent 1751b95308
commit 26b9d3f210
3 changed files with 14 additions and 10 deletions

View File

@@ -59,10 +59,8 @@ namespace OpenWifi {
D.name.empty() ||
D.gateway.empty() ||
D.macPrefix.size()!=6 ||
D.key.empty() ||
D.deviceType.empty() ||
!GooDeviceType(D.deviceType) ||
D.certificate.empty() ||
(D.maxClients<D.minClients) ||
(D.maxAssociations<D.minAssociations)) {
return BadRequest(RESTAPI::Errors::InvalidJSONDocument);
@@ -106,8 +104,6 @@ namespace OpenWifi {
D.name.empty() ||
D.gateway.empty() ||
D.macPrefix.size()!=6 ||
D.key.empty() ||
D.certificate.empty() ||
D.deviceType.empty() ||
!GooDeviceType(D.deviceType) ||
(D.maxClients<D.minClients) ||