From cc9bba667dcf66d5c98c53fa0a4e43bae61eb40e Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Thu, 22 Oct 2015 17:27:31 -0700 Subject: [PATCH] Don't show performance --- MatterControlApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index 918173958..66ebbc6cd 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -536,7 +536,7 @@ namespace MatterHackers.MatterControl { totalDrawTime.Restart(); GuiWidget.DrawCount = 0; - using (new PerformanceTimer("Draw Timer", "Total")) + //using (new PerformanceTimer("Draw Timer", "Total")) { base.OnDraw(graphics2D); }