Skip to content

Commit

Permalink
remove debugging instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Mozhey committed Apr 21, 2023
1 parent 49f7026 commit 1950b7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void CheckCustomFields()
$"\r\nOne of the required custom fields is missing: \"{expectedCustomField}\". Please check your TestRail case fields in customization menu\r\n");
}
}
Console.WriteLine("OMG");

foreach (var field in CaseFields.Where(f => expectedCustomFields.Contains(f.SystemName)))
{
Expand Down

0 comments on commit 1950b7f

Please sign in to comment.