Skip to content

Commit c38cee9

Browse files
committed
Removed useless code crashing a test
1 parent 8595429 commit c38cee9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Analyzer/AnalyzerTool.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public int Analyze(string path, string databaseName, string searchPattern, bool
5757
{
5858
var serializedFileName = Path.GetRelativePath(path, file);
5959

60-
Console.SetCursorPosition(0, Console.CursorTop);
61-
Console.Write(new string(' ', Console.BufferWidth));
6260
Console.Write($"\rProcessing {i * 100 / files.Length}% ({i}/{files.Length}) {file}");
6361

6462
writer.WriteSerializedFile(serializedFileName, file);

0 commit comments

Comments
 (0)