From dbd3c04d1b3f12fbf8ad60c886fa79b476caf955 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 9 May 2021 10:59:44 +0200 Subject: [PATCH] remove comment --- src/WebAPIService.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/WebAPIService.cpp b/src/WebAPIService.cpp index 428c4a1e6..ad7f49737 100644 --- a/src/WebAPIService.cpp +++ b/src/WebAPIService.cpp @@ -156,8 +156,6 @@ void WebAPIService::parse(AsyncWebServerRequest * request, std::string & device_ 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: // 1. any HTTP POSTs or PUTs // 2. a HTTP GET which has a 'data' parameter which is not empty (to keep v2 compatibility)