From dc2eb2e16b4a9abf219e183d6e02fb59b021c8f0 Mon Sep 17 00:00:00 2001 From: elsid Date: Mon, 15 Oct 2018 22:47:07 +0300 Subject: [PATCH] Do not write to global log async navmesh updater exceptions --- components/detournavigator/asyncnavmeshupdater.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/detournavigator/asyncnavmeshupdater.cpp b/components/detournavigator/asyncnavmeshupdater.cpp index 505a579b27..f4efc744b7 100644 --- a/components/detournavigator/asyncnavmeshupdater.cpp +++ b/components/detournavigator/asyncnavmeshupdater.cpp @@ -111,7 +111,6 @@ namespace DetourNavigator catch (const std::exception& e) { DetourNavigator::log("AsyncNavMeshUpdater::process exception: ", e.what()); - ::Log(Debug::Warning) << "Exception while process navmesh updated job: " << e.what(); } } log("stop process jobs");