Skip to content

Commit 6da5e2e

Browse files
committed
Remove unused print statement
1 parent c87ad37 commit 6da5e2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dfols/solver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,6 @@ def solve(objfun, x0, h=None, lh=None, prox_uh=None, argsf=(), argsh=(), argspro
11071107

11081108
if do_logging:
11091109
module_logger.info("Did a total of %g run(s)" % nruns)
1110-
1111-
##print("xmin_ff", xmin)
11121110

11131111
return results
11141112

0 commit comments

Comments
 (0)