Remove not important warning
This commit is contained in:
@@ -560,12 +560,8 @@ bool FlaxStorage::Load()
|
||||
|
||||
bool FlaxStorage::Reload()
|
||||
{
|
||||
// Check if wasn't already loaded
|
||||
if (!IsLoaded())
|
||||
{
|
||||
LOG(Warning, "{0} isn't loaded.", ToString());
|
||||
return false;
|
||||
}
|
||||
|
||||
OnReloading(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user