mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MTROPOLIS: Remove some spammy log messages.
This commit is contained in:
@@ -2319,8 +2319,6 @@ DataReadErrorCode loadDataObject(const PlugInModifierRegistry ®istry, DataRea
|
||||
return kDataReadErrorReadFailed;
|
||||
}
|
||||
|
||||
debug(4, "Loading data object type 0x%x", static_cast<int>(type));
|
||||
|
||||
DataObject *dataObject = nullptr;
|
||||
switch (type) {
|
||||
case DataObjectTypes::kProjectLabelMap:
|
||||
|
||||
@@ -6863,8 +6863,6 @@ void Project::loadBootStream(size_t streamIndex, const Hacks &hacks) {
|
||||
while (stream.pos() != streamDesc.size) {
|
||||
uint64 streamPos = stream.pos();
|
||||
|
||||
debug(3, "Loading boot object from %x (abs %x)", static_cast<int>(streamPos), static_cast<int>(streamDesc.pos + streamPos));
|
||||
|
||||
Common::SharedPtr<Data::DataObject> dataObject;
|
||||
Data::loadDataObject(plugInDataLoaderRegistry, reader, dataObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user