Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Mar 19, 2024
1 parent ed28552 commit f5117d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Sudoku.Console/ConsoleApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ private void GeneratePuzzles(int clues, int puzzleCount)
{
lock (_consoleLock)
{
count++;

System.Console.CursorTop = 3;

System.Console.WriteLine($" Puzzle {count:N0}/{puzzleCount:N0}. \n");
Expand Down

0 comments on commit f5117d8

Please sign in to comment.