Skip to content

Commit fbef1ca

Browse files
committed
remove comment
1 parent 3b4bfaa commit fbef1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/framework/NTPSettingsService.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void NTPSettingsService::WiFiEvent(WiFiEvent_t event) {
3434

3535
case SYSTEM_EVENT_STA_GOT_IP:
3636
case SYSTEM_EVENT_ETH_GOT_IP:
37-
emsesp::EMSESP::logger().info(F("Got IP address, starting NTP synchronization"));
37+
// emsesp::EMSESP::logger().info(F("Got IP address, starting NTP synchronization"));
3838
connected_ = true;
3939
configureNTP();
4040
break;

0 commit comments

Comments
 (0)