From c96d25d6281971850bfe91d1491b6d569bfeb95f Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 17 Jun 2020 11:43:06 +0300 Subject: [PATCH] disable a debug print() call --- pysollib/hint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/hint.py b/pysollib/hint.py index 5379815c..93169d73 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -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: