[Bf-blender-cvs] [c65febf3961] master: Cleanup: Silence debug prints in readfile code.

Bastien Montagne noreply at git.blender.org
Fri Aug 30 19:08:19 CEST 2019


Commit: c65febf39614f9afe8da8b30675841369b4038be
Author: Bastien Montagne
Date:   Fri Aug 30 19:07:13 2019 +0200
Branches: master
https://developer.blender.org/rBc65febf39614f9afe8da8b30675841369b4038be

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...

===================================================================

M	source/blender/blenloader/intern/readfile.c

===================================================================

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__)



More information about the Bf-blender-cvs mailing list