Skip to content

Commit

Permalink
Remove unused print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Aug 5, 2024
1 parent c87ad37 commit 6da5e2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dfols/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,6 @@ def solve(objfun, x0, h=None, lh=None, prox_uh=None, argsf=(), argsh=(), argspro

if do_logging:
module_logger.info("Did a total of %g run(s)" % nruns)

##print("xmin_ff", xmin)

return results

0 comments on commit 6da5e2e

Please sign in to comment.