From 08ffc63922110e4f1248394a57e84c2cb05209d5 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:22:15 -0800 Subject: [PATCH] paramview: disable timing for now --- app/widget/nodeparamview/nodeparamview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/widget/nodeparamview/nodeparamview.cpp b/app/widget/nodeparamview/nodeparamview.cpp index 24428347f..48339d4a3 100644 --- a/app/widget/nodeparamview/nodeparamview.cpp +++ b/app/widget/nodeparamview/nodeparamview.cpp @@ -246,7 +246,7 @@ void NodeParamView::SetInputChecked(const NodeInput &input, bool e) void NodeParamView::SetContexts(const QVector &contexts) { - TIME_THIS_FUNCTION; + //TIME_THIS_FUNCTION; foreach (NodeParamViewContext *ctx, context_items_) { ctx->Clear();