diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-06-12 09:21:46 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 09:21:46 -0600 |
| commit | 84ee843c4cf6561b92428534727bcb01d463da1e (patch) | |
| tree | 64920887b11a7138c5ef2e54f1896dcf31459846 | |
| parent | 81c8d14ea1814547c2b3709ae1fc3bf7f4548f66 (diff) | |
Remove a debug log (#135)
| -rw-r--r-- | src/factories/GenericArrayFactory.cpp | 1 |
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: { |
