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; }