diff --git a/Source/Engine/Content/Storage/FlaxStorage.cpp b/Source/Engine/Content/Storage/FlaxStorage.cpp index 49cd27d66..646592b54 100644 --- a/Source/Engine/Content/Storage/FlaxStorage.cpp +++ b/Source/Engine/Content/Storage/FlaxStorage.cpp @@ -1337,9 +1337,6 @@ bool FlaxStorage::CloseFileHandles() { if (Platform::AtomicRead(&_chunksLock) == 0 && Platform::AtomicRead(&_files) == 0) { - Array> streams; - _file.GetValues(streams); - ASSERT(streams.Count() == 0); return false; } PROFILE_CPU();