remove comment

This commit is contained in:
proddy
2021-05-09 10:59:44 +02:00
parent e19566ecb8
commit dbd3c04d1b

View File

@@ -156,8 +156,6 @@ void WebAPIService::parse(AsyncWebServerRequest * request, std::string & device_
return; return;
} }
EMSESP::logger().notice("Calling device=%s, cmd=%s, data=%s, id/hc=%d", device_s.c_str(), cmd_s.c_str(), value_s.c_str(), id_n); // TODO remove
// check that we have permissions first. We require authenticating on 1 or more of these conditions: // check that we have permissions first. We require authenticating on 1 or more of these conditions:
// 1. any HTTP POSTs or PUTs // 1. any HTTP POSTs or PUTs
// 2. a HTTP GET which has a 'data' parameter which is not empty (to keep v2 compatibility) // 2. a HTTP GET which has a 'data' parameter which is not empty (to keep v2 compatibility)