only for local dev

This commit is contained in:
Adrian Manteza
2022-03-18 14:31:57 +00:00
parent bd61fb7e81
commit f893754f4c
3 changed files with 4 additions and 4 deletions

View File

@ -162,8 +162,6 @@ class LoftService(Base):
logging.info(f'attempt infeasible for drift of {current_drift}%')
if current_drift == Target.max_drift(): # this is the last attempt, so lets finalize the solution
for v in problem.variables(): print(v.name, "=", v.varValue);
if ApplicationConfigs.local_dev_env: service_helper.print_problem_logs(problem);
logging.info(f'No feasible solution found for Form {form_number}!')