Removed unnecesary log

This commit is contained in:
KiritoDv
2024-12-25 13:15:49 -06:00
parent 16e4a74ff4
commit 608b06ba52
-2
View File
@@ -62,9 +62,7 @@ TunedSample AudioContext::LoadTunedSample(LUS::BinaryReader& reader, uint32_t pa
node["parent"] = parent;
node["offset"] = parent + sampleAddr;
node["tuning"] = tuning;
SPDLOG_INFO("Tuning {}", tuning);
node["sampleBankId"] = sampleBankId;
// node["symbol"] = StringHelper::Sprintf("%d_Sample_P_%X_B_%d", parent + sampleAddr, parent, sampleBankId);
Companion::Instance->AddAsset(node);
return { parent + sampleAddr, sampleBankId, tuning };