From d8b9e65e68214b4aa2bb24ddae3602d5788bc469 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 12 Sep 2024 11:44:20 +1000 Subject: Clean up some tts logging and descriptions --- src/codecs/wav.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/codecs') diff --git a/src/codecs/wav.cpp b/src/codecs/wav.cpp index f5b9d789..746f44ca 100644 --- a/src/codecs/wav.cpp +++ b/src/codecs/wav.cpp @@ -137,8 +137,6 @@ auto WavDecoder::OpenStream(std::shared_ptr input, uint32_t offset) // uint32_t file_size = bytes_to_u32(buffer_span.subspan(4, 4)) + 8; std::string fmt_header = bytes_to_str(buffer_span.subspan(12, 4)); - ESP_LOGI(kTag, "fmt header found? %s", - (fmt_header.starts_with("fmt")) ? "yes" : "no"); if (!fmt_header.starts_with("fmt")) { ESP_LOGW(kTag, "Could not find format chunk"); return cpp::fail(Error::kMalformedData); -- cgit v1.2.3