From 9a2d99c59819b0523d3f4e49288b75e7f4680bf3 Mon Sep 17 00:00:00 2001 From: Luis Michaelis Date: Thu, 4 Jan 2024 15:55:58 +0100 Subject: [PATCH] chore(*): remove trace logs --- src/Internal.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Internal.hh b/src/Internal.hh index 61468e7..58413c9 100644 --- a/src/Internal.hh +++ b/src/Internal.hh @@ -179,4 +179,4 @@ inline bool zk_any_nullptr(T*... args) { } \ } while (false) -#define ZKC_TRACE_FN() ZKC_LOG_TRACE("%s()", __func__) +#define ZKC_TRACE_FN() //ZKC_LOG_TRACE("%s()", __func__)