mathbase: don't push sample job if no samples are found

Not sure what this code was supposed to do, but this doesn't look right at all
This commit is contained in:
itsmattkc
2022-05-06 09:12:22 -07:00
parent bd6f0257e5
commit ef046d5ed6
-2
View File
@@ -416,8 +416,6 @@ void MathNodeBase::ValueInternal(Operation operation, Pairing pairing, const QSt
} else {
output->Push(NodeValue::kSamples, QVariant::fromValue(job), this);
}
} else {
output->Push(NodeValue::kSamples, QVariant::fromValue(job), this);
}
break;
}