From 01369af22ffe2381990fae3f27d78a926fbf6627 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 17:08:12 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 0c182db..fd3542c 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -197,7 +197,7 @@ namespace ratgdo { obstructionLoop(); doorStateLoop(); dryContactLoop(); - ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str()); + //ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str()); } void RATGDOComponent::getRollingCode(const char* command)