mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
disable a debug print() call
This commit is contained in:
parent
556ceed9a6
commit
c96d25d628
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ class FreeCellSolver_Hint(Base_Solver_Hint):
|
|||
if use_lib:
|
||||
import freecell_solver
|
||||
obj = freecell_solver.FreecellSolver()
|
||||
print(args)
|
||||
# print(args)
|
||||
obj.input_cmd_line(args)
|
||||
status = obj.solve_board(board)
|
||||
if status != 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue