diff --git a/Source/Engine/Content/Content.cpp b/Source/Engine/Content/Content.cpp index d4015da7b..026ae821c 100644 --- a/Source/Engine/Content/Content.cpp +++ b/Source/Engine/Content/Content.cpp @@ -1004,7 +1004,6 @@ Asset* Content::load(const Guid& id, const ScriptingTypeHandle& type, AssetInfo& if (!GetAssetInfo(id, assetInfo)) { LOG(Warning, "Invalid or missing asset ({0}, {1}).", id.ToString(Guid::FormatType::N), type.ToString()); - LOG(Warning, "{0}", DebugLog::GetStackTrace()); return nullptr; }