Remove print

This commit is contained in:
2020-04-12 07:41:23 -05:00
parent 0e3d080f92
commit 74514d7ffc

View File

@@ -208,7 +208,6 @@ class InternalSolver(ABC):
with RedirectOutput(streams):
results = self._pyomo_solver.solve(tee=True,
warmstart=self._is_warm_start_available)
print(results)
total_wallclock_time += results["Solver"][0]["Wallclock time"]
if not hasattr(self.instance, "find_violations"):
break