mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
Removed unnecesary print while loading message lookups
This commit is contained in:
@@ -15,7 +15,6 @@ std::shared_ptr<Ship::IResource> ResourceFactoryBinaryMessageLookupV0::ReadResou
|
||||
auto count = reader->ReadUInt32();
|
||||
|
||||
for (uint32_t i = 0; i < count - 1; i++) {
|
||||
SPDLOG_INFO("Reading message lookup table entry {}", i);
|
||||
auto id = reader->ReadInt32();
|
||||
auto crc = reader->ReadUInt64();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user