Remove a debug log (#135)

This commit is contained in:
MegaMech
2024-06-12 09:21:46 -06:00
committed by GitHub
parent 81c8d14ea1
commit 84ee843c4c
-1
View File
@@ -393,7 +393,6 @@ std::optional<std::shared_ptr<IParsedData>> GenericArrayFactory::parse(std::vect
case ArrayType::u8: {
uint8_t x = reader.ReadUByte();
data.emplace_back(x);
SPDLOG_INFO("HERE");
break;
}
case ArrayType::s8: {