From a4b53f88a1652851966f2bb30e06edb3b9e70be8 Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Wed, 23 Oct 2024 23:31:17 -0400 Subject: [PATCH] Disable PV Debug Output; --- src/provoice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/provoice.c b/src/provoice.c index 39b648d..08d2c5c 100644 --- a/src/provoice.c +++ b/src/provoice.c @@ -1,7 +1,7 @@ #include "dsd.h" #include "provoice_const.h" -#define PVDEBUG +// #define PVDEBUG void processProVoice (dsd_opts * opts, dsd_state * state) {