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:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user