Removed log output

This commit is contained in:
2021-09-16 16:28:17 +02:00
parent 1e0af13a52
commit 7a4ebc5f4a

View File

@ -71,7 +71,6 @@ std::string toHexString(std::basic_string_view<unsigned char> 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;
}