diff --git a/src/web/WebSettingsService.cpp b/src/web/WebSettingsService.cpp index 0cb02f0ba..1d9e33e5b 100644 --- a/src/web/WebSettingsService.cpp +++ b/src/web/WebSettingsService.cpp @@ -105,8 +105,6 @@ StateUpdateResult WebSettings::update(JsonObject & root, WebSettings & settings) // BBQKees Gateway E32 data = {EMSESP_DEFAULT_LED_GPIO, 4, 5, 17, 33, PHY_type::PHY_TYPE_LAN8720, 16, 1, 0}; settings.board_profile = "E32"; - // show MAC address in log - EMSESP::logger().info(" Ethernet MAC address: %s", ETH.macAddress().c_str()); // TODO check if works } else #endif {