Set version to 2023.01.0-RC_01 and disable debug output of AABB tree

This commit is contained in:
Magne Sjaastad
2022-12-22 09:48:04 +01:00
parent c1aceb7134
commit 5d072663f1
2 changed files with 8 additions and 7 deletions

View File

@@ -656,7 +656,8 @@ void RimEclipseCase::computeCachedData()
std::string aabbTreeInfo;
rigEclipseCase->mainGrid()->computeCachedData( &aabbTreeInfo );
RiaLogging::debug( QString::fromStdString( aabbTreeInfo ) );
// Debug output of the content of the AABB tree
// RiaLogging::debug( QString::fromStdString( aabbTreeInfo ) );
}
{