Skip to content

Commit 1950b7f

Browse files
committed
remove debugging instruction
1 parent 49f7026 commit 1950b7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GherkinSyncTool.Synchronizers.TestRail/Utils/TestRailCaseFields.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public void CheckCustomFields()
3636
$"\r\nOne of the required custom fields is missing: \"{expectedCustomField}\". Please check your TestRail case fields in customization menu\r\n");
3737
}
3838
}
39-
Console.WriteLine("OMG");
4039

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

0 commit comments

Comments
 (0)