From caf3846f5d2f48656fd232057ca9e4570fb10a39 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:34: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 709f7f7..efe0bd0 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -134,7 +134,6 @@ namespace ratgdo { void RATGDOComponent::getRollingCode(cmd command) { uint64_t fixed = command.fixed | REMOTE_ID; - ESP_LOGD(TAG, "Command: %d rollingCodeCounter=%d", command, this->rollingCodeCounter); encode_wireline(this->rollingCodeCounter, fixed, command.data, this->txRollingCode); printRollingCode(); if (command != Command.DOOR1) { // door2 is created with same counter and should always be called after door1