Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-08-30 20:07:13 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-08-30 20:08:09 +0300
commitc65febf39614f9afe8da8b30675841369b4038be (patch)
tree77f81124714e0dce1328ec079e61872041e59c99
parent0f3b910c3a69ab557508090ce1dad2ac051d3b00 (diff)
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...
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 2a036d7f4ea..a133dd30c9b 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -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__)