From 13eed90b733553ae6df8e1af51ef410d8f92b364 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Mar 2020 13:53:56 +0100 Subject: use global ENABLE_SANITY_CHECKS constant also in response generation logic --- src/mhd/mhd_responses.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/mhd/mhd_responses.c') diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c index 6e5181482..05f95b7f1 100644 --- a/src/mhd/mhd_responses.c +++ b/src/mhd/mhd_responses.c @@ -26,15 +26,6 @@ #include "taler_mhd_lib.h" -/** - * Enable checking signatures before we hand them out - * (even though we should have checked them before). - * So technically these checks are redundant, but good - * during testing. - */ -#define SANITY_CHECKS_ON 1 - - /** * Global options for response generation. */ -- cgit v1.2.3