Turn off debug flags for deployment test

master
Thor 4 years ago
parent b249af35a9
commit 7e3a3926ba
  1. 2
      src/bogofilter-smtpd.cpp

@ -8,7 +8,7 @@
#include <iostream>
#include <functional>
const bool debug = true;
const bool debug = false;
using namespace std;

Loading…
Cancel
Save