From bd0afd8e4d630e8a3196bd35ed9d5ba7ed693880 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 16:48:31 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 457ec28..63bef3a 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -194,7 +194,6 @@ namespace ratgdo { void RATGDOComponent::loop() { - ESP_LOGD(TAG, "loop"); obstructionLoop(); doorStateLoop(); dryContactLoop();