From 5467ed128fb171764122adf70d1436a162339a54 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 26 Jan 2016 21:58:54 +0100 Subject: [PATCH] Cleanup: forgot to comment again debug timing print in paint_stroke.c --- source/blender/editors/sculpt_paint/paint_stroke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c index 3225d4d4b7e..e394c3f6541 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.c +++ b/source/blender/editors/sculpt_paint/paint_stroke.c @@ -68,7 +68,7 @@ #include #include -#define DEBUG_TIME +//#define DEBUG_TIME #ifdef DEBUG_TIME # include "PIL_time_utildefines.h"