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/tangara/audio/fatfs_stream_factory.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tangara/audio') diff --git a/src/tangara/audio/fatfs_stream_factory.cpp b/src/tangara/audio/fatfs_stream_factory.cpp index 735ec134..94f22ae9 100644 --- a/src/tangara/audio/fatfs_stream_factory.cpp +++ b/src/tangara/audio/fatfs_stream_factory.cpp @@ -50,7 +50,6 @@ auto FatfsStreamFactory::create(std::string path, uint32_t offset) -> std::shared_ptr { auto tags = tag_parser_.ReadAndParseTags(path); if (!tags) { - ESP_LOGE(kTag, "failed to read tags"); return {}; } -- cgit v1.2.3