k_order_welfare.cc: remove gratuitous screen output

trust-region-mex
Johannes Pfeifer 2021-07-22 15:12:59 +02:00
parent 11c75592fb
commit 66dcef2754
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ extern "C" {
int nrhs, const mxArray *prhs[])
{
mexPrintf("k_order_welfare\n");
const mxArray *dr_mx = prhs[0];
const mxArray *M_mx = prhs[1];
const mxArray *options_mx = prhs[2];