Skip to content

Commit fd4f4eb

Browse files
committed
Remove needless logging
1 parent bf8ba37 commit fd4f4eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ProxyDialogAutoFiller/ProxyDialogAutoFiller.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ internal static void PrintControlIdentifiers(RuntimeContext context, AutomationE
5858
{
5959
var ind = new string(' ', indent * 2);
6060
Console.WriteLine($"{ind}- {element.Current.ControlType.ProgrammaticName} : {element.Current.Name}");
61-
context.Logger.Log($"{ind}- {element.Current.ControlType.ProgrammaticName} : {element.Current.Name}");
6261
var children = element.FindAll(TreeScope.Children, Condition.TrueCondition);
6362
foreach (AutomationElement child in children)
6463
{

0 commit comments

Comments
 (0)