summaryrefslogtreecommitdiff
path: root/src/factories/GenericArrayFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/factories/GenericArrayFactory.cpp')
-rw-r--r--src/factories/GenericArrayFactory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/factories/GenericArrayFactory.cpp b/src/factories/GenericArrayFactory.cpp
index 9e96b33..12b698f 100644
--- a/src/factories/GenericArrayFactory.cpp
+++ b/src/factories/GenericArrayFactory.cpp
@@ -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: {