From 7e3a3926bac42138333140764aeef0ecf7134e3d Mon Sep 17 00:00:00 2001 From: Thor Harald Johansen Date: Sat, 6 Jun 2020 14:01:52 +0200 Subject: [PATCH] Turn off debug flags for deployment test --- src/bogofilter-smtpd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bogofilter-smtpd.cpp b/src/bogofilter-smtpd.cpp index 7eafd09..57bd50e 100644 --- a/src/bogofilter-smtpd.cpp +++ b/src/bogofilter-smtpd.cpp @@ -8,7 +8,7 @@ #include #include -const bool debug = true; +const bool debug = false; using namespace std;