Skip to content

Commit e95249e

Browse files
committed
refactor: remove unnecessary comment in Program.cs for clarity
1 parent 7b83970 commit e95249e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CodeLineCounter/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ static void Main(string[] args)
1111
if (!settings.IsValid() || settings.DirectoryPath == null)
1212
return;
1313

14-
// file deepcode ignore PT: Not a web server. This software is a console application.
1514
List <string> solutionFiles = FileUtils.GetSolutionFiles(settings.DirectoryPath);
1615
if (solutionFiles.Count == 0)
1716
{

0 commit comments

Comments
 (0)