paramview: disable timing for now

This commit is contained in:
itsmattkc
2022-01-22 20:22:15 -08:00
parent 8f440569f8
commit 08ffc63922
+1 -1
View File
@@ -246,7 +246,7 @@ void NodeParamView::SetInputChecked(const NodeInput &input, bool e)
void NodeParamView::SetContexts(const QVector<Node *> &contexts)
{
TIME_THIS_FUNCTION;
//TIME_THIS_FUNCTION;
foreach (NodeParamViewContext *ctx, context_items_) {
ctx->Clear();