mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
Removed unnecesary print while loading message lookups
This commit is contained in:
parent
47e0d42e50
commit
bbc2deaceb
@ -15,7 +15,6 @@ std::shared_ptr<Ship::IResource> ResourceFactoryBinaryMessageLookupV0::ReadResou
|
|||||||
auto count = reader->ReadUInt32();
|
auto count = reader->ReadUInt32();
|
||||||
|
|
||||||
for (uint32_t i = 0; i < count - 1; i++) {
|
for (uint32_t i = 0; i < count - 1; i++) {
|
||||||
SPDLOG_INFO("Reading message lookup table entry {}", i);
|
|
||||||
auto id = reader->ReadInt32();
|
auto id = reader->ReadInt32();
|
||||||
auto crc = reader->ReadUInt64();
|
auto crc = reader->ReadUInt64();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user