CScriptMazeNode: Remove debug logvisor instance

This commit is contained in:
Luke Street 2020-09-21 20:58:01 -04:00
parent dbbb3cdc4e
commit 1fd481a020
1 changed files with 0 additions and 2 deletions

View File

@ -469,8 +469,6 @@ void CMazeState::GenerateObstacles() {
};
}
static logvisor::Module Log("CMazeState");
#ifndef NDEBUG
void CMazeState::DebugRender() {
m_renderer.Reset();