Cleanup: Disable mesh normal debug time printing

Left enabled mistakenly by d63ada602d.
This commit is contained in:
Hans Goudey 2022-11-13 14:19:20 -06:00
parent 3eb2bc2c3f
commit dc513a0af8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ using blender::MutableSpan;
using blender::short2;
using blender::Span;
#define DEBUG_TIME
// #define DEBUG_TIME
#ifdef DEBUG_TIME
# include "BLI_timeit.hh"