Cleanup mismerge lines

This commit is contained in:
Areloch 2021-09-10 15:14:57 -05:00
parent dec9f54a9b
commit b9c071b9fd

View file

@ -2433,8 +2433,6 @@ void AssetImporter::importAssets(AssetImportObject* assetItem)
if (!refreshSuccess)
{
const char* importReturnVal = Con::executef(this, processCommand.c_str(), childItem).getString();
assetPath = Torque::Path(importReturnVal);
dSprintf(importLogBuffer, sizeof(importLogBuffer), "AssetImporter::importAssets - Failed to refresh reimporting asset %s.", item->assetName.c_str());
activityLog.push_back(importLogBuffer);
}