Don't show performance

This commit is contained in:
Lars Brubaker 2015-10-22 17:27:31 -07:00
parent b2641f285c
commit cc9bba667d

View file

@ -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);
}