Cleanup: Silence debug prints in readfile code.

Not sure since when that one has been enabled, but there is no reasons
to print all that for regular users...
This commit is contained in:
Bastien Montagne
2019-08-30 19:07:13 +02:00
parent 0f3b910c3a
commit c65febf396

View File

@@ -233,7 +233,7 @@
#define USE_GHASH_RESTORE_POINTER
/* Define this to have verbose debug prints. */
#define USE_DEBUG_PRINT
//#define USE_DEBUG_PRINT
#ifdef USE_DEBUG_PRINT
# define DEBUG_PRINTF(...) printf(__VA_ARGS__)