Remove not needed warning log in Editor on fresh project

This commit is contained in:
Wojtek Figat
2025-01-21 22:47:44 +01:00
parent 682ca9e953
commit 8736d4c91a

View File

@@ -79,10 +79,6 @@ bool Editor::CheckProjectUpgrade()
Delete(file);
}
}
else
{
LOG(Warning, "Missing version cache file");
}
// Check if project is in the old, deprecated layout
if (EditorImpl::IsOldProjectXmlFormat)