Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Nov 23, 2024
1 parent 66aecdd commit a6d57a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rvoice/fluid_iir_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

#include "fluidsynth_priv.h"

#define DBG_FILTER
// Uncomment to get debug logging for filter parameters
// #define DBG_FILTER
#ifdef DBG_FILTER
#define LOG_FILTER(...) FLUID_LOG(FLUID_DBG, __VA_ARGS__)
#else
Expand Down

0 comments on commit a6d57a4

Please sign in to comment.