Skip to content
Snippets Groups Projects
Commit 9cbe6dc8 authored by user's avatar user
Browse files

cleanup

parent d7cf2a11
Branches master
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ DecisionInfo applyModelFunction(PluginManager pm, Request req){
for (pair<string,FunctionModelPlugin> function : pm->model_function_list){
log("Trying to execute model function of <"+function.first+"> plugin",3,INFO);
model_prob = function.second(req);//execution of the model function
model_prob = 1;
if (model_prob < 0){
log("Failed to execute model function of <"+function.first+"> plugin. Plugin skipped\n",1,ERR);
}else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment