diff options
-rw-r--r-- | core/fitter.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp index 801b678..0bd2e2e 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -913,7 +913,6 @@ namespace opt_utilities return;
}
}
- std::cerr<<"param "<<pname<<" unfound"<<std::endl;
throw param_not_found();
}
|