Remove not needed warning log in Editor on fresh project
This commit is contained in:
@@ -137,10 +137,7 @@ void CookAssetsStep::CacheData::Load(CookingData& data)
|
|||||||
if (!FileSystem::DirectoryExists(CacheFolder))
|
if (!FileSystem::DirectoryExists(CacheFolder))
|
||||||
FileSystem::CreateDirectory(CacheFolder);
|
FileSystem::CreateDirectory(CacheFolder);
|
||||||
if (!FileSystem::FileExists(HeaderFilePath))
|
if (!FileSystem::FileExists(HeaderFilePath))
|
||||||
{
|
|
||||||
LOG(Warning, "Missing incremental build cooking assets cache.");
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
auto file = FileReadStream::Open(HeaderFilePath);
|
auto file = FileReadStream::Open(HeaderFilePath);
|
||||||
if (file == nullptr)
|
if (file == nullptr)
|
||||||
|
|||||||
Reference in New Issue
Block a user