From d0197d9edb319c626878816269bddadf3f4a4651 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 3 Jan 2023 13:41:58 +0100 Subject: [PATCH] log.h - not needed: compile time max loglevel --- src/log.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/log.h b/src/log.h index 03efae4..635cc58 100644 --- a/src/log.h +++ b/src/log.h @@ -3,12 +3,6 @@ #define ORCA_LOG_FUNCTION_ENTRY 1 -//TODO implement compile time max level/disable -#ifndef ORCA_LOG_LEVEL_MAXIMUM - #define ORCA_LOG_LEVEL_MAXIMUM ORCA_LOG_LEVEL_INFO -#endif - -//TODO auto detect via compiler #ifdef ORCA_LOG_HAVE_PRETTY_FUNCTION #define ORCA_LOG_MACRO_FUNCNAME __PRETTY_FUNCTION__ #else