Remove debug message

This commit is contained in:
amzn-mike
2021-04-22 15:27:16 -05:00
parent 0428189bed
commit 58e8233c2c
@@ -622,10 +622,7 @@ namespace UnitTest
{
Asset<AssetWithAssetReference> asset1 =
m_testAssetManager->GetAsset(assetUuid, azrtti_typeid<AssetWithAssetReference>(), AZ::Data::AssetLoadBehavior::PreLoad);
AZ::Debug::Trace::Output("", AZStd::string::format("Got ref from GetAsset: %s. Will block: %s\n",
asset1.GetId().ToString<AZStd::string>().c_str(),
checkLoaded ? "Yes" : "No").c_str());
if (checkLoaded)
{
asset1.BlockUntilLoadComplete();