mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Removed unnecesary log
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user