Skip to content

Commit ad2bb0f

Browse files
committed
Remove a needless log
1 parent 2863c3c commit ad2bb0f

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
@@ -101,7 +101,6 @@ internal static void LoginToProxy(RuntimeContext context, AutomationElement targ
101101
var proxyDialogElement = targetRootElement.FindFirst(TreeScope.Descendants, proxyDialogCondition);
102102
if (proxyDialogElement == null)
103103
{
104-
context.Logger.Log($"Not found proxy dialog with a specified title.");
105104
return;
106105
}
107106
context.Logger.Log($"Found proxy dialog.");

0 commit comments

Comments
 (0)