From 7a4ebc5f4a024920e8937a06ba10b7961c06c822 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 16 Sep 2021 16:28:17 +0200 Subject: [PATCH] Removed log output --- src/espstrutils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/espstrutils.cpp b/src/espstrutils.cpp index d30e67e..f4b2efd 100644 --- a/src/espstrutils.cpp +++ b/src/espstrutils.cpp @@ -71,7 +71,6 @@ std::string toHexString(std::basic_string_view buf) hex.resize(hex.size() - 1); assert(hex.size() == buf.size() * 2); - ESP_LOGI(TAG, "sodium=%p end=%p", ptr, &*std::end(hex)); return hex; }