Skip to content

Commit

Permalink
chore(*): remove trace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jan 4, 2024
1 parent 54e83fe commit 9a2d99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

0 comments on commit 9a2d99c

Please sign in to comment.