Remove print

pull/3/head
Alinson S. Xavier 6 years ago
parent 0e3d080f92
commit 74514d7ffc

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

Loading…
Cancel
Save