Skip to content

Commit 295f9a3

Browse files
author
Quoc Truong
committed
Remove comment
1 parent f4b99d4 commit 295f9a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Engine/Commands/InvokeScriptAnalyzerCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ private void AnalyzeFile(string filePath)
399399
{
400400
List<object> result = new List<object>();
401401

402-
//WriteVerbose(string.Format(CultureInfo.CurrentCulture, Strings.VerboseRunningMessage, scriptRule.GetName()));
403402
result.Add(string.Format(CultureInfo.CurrentCulture, Strings.VerboseRunningMessage, scriptRule.GetName()));
404403

405404
// Ensure that any unhandled errors from Rules are converted to non-terminating errors

0 commit comments

Comments
 (0)