remove debug comment

This commit is contained in:
proddy
2024-06-08 15:08:58 +02:00
parent 8625d65fb6
commit 9d64282c0b

View File

@@ -50,7 +50,6 @@ void WebModulesService::loop() {
// it adds data to an empty 'root' json object // it adds data to an empty 'root' json object
// and also calls when the Modules web page is refreshed/loaded // and also calls when the Modules web page is refreshed/loaded
void WebModules::read(WebModules & webModules, JsonObject root) { void WebModules::read(WebModules & webModules, JsonObject root) {
emsesp_->logger().err("debug: in WebModules::read()"); // TODO remove
JsonDocument doc_modules; JsonDocument doc_modules;
JsonObject root_modules = doc_modules.to<JsonObject>(); JsonObject root_modules = doc_modules.to<JsonObject>();
moduleLibrary.list(root_modules); // get list the external library modules, put in a json object moduleLibrary.list(root_modules); // get list the external library modules, put in a json object