mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-28 23:00:19 +00:00
Silence two pane nav trace logs
This commit is contained in:
@@ -13,7 +13,15 @@ namespace two_pane_nav
|
||||
namespace
|
||||
{
|
||||
|
||||
#ifndef TWO_PANE_NAV_TRACE
|
||||
#define TWO_PANE_NAV_TRACE 0
|
||||
#endif
|
||||
|
||||
#if TWO_PANE_NAV_TRACE
|
||||
#define TWO_PANE_NAV_LOG(...) std::printf(__VA_ARGS__)
|
||||
#else
|
||||
#define TWO_PANE_NAV_LOG(...) ((void)0)
|
||||
#endif
|
||||
|
||||
static const char* column_name(FocusColumn column)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user