ENH: reduce organic tree support log level

jira: none
Change-Id: I17b876d88974e632c592bd36f3fea700a51f86be
(cherry picked from commit 97de4e87cfbff84c04c247bdf525ac83119e177f)
This commit is contained in:
Arthur
2024-12-20 11:59:17 +08:00
committed by Noisyfox
parent 393e2f4027
commit dc3938e0ea
2 changed files with 12 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ using namespace std::literals;
// or warning
// had to use a define beacuse the macro processing inside macro BOOST_LOG_TRIVIAL()
#define error_level_not_in_cache error
#define error_level_not_in_cache debug
//FIXME Machine border is currently ignored.
static Polygons calculateMachineBorderCollision(Polygon machine_border)