Skip to content

Commit f2a14be

Browse files
committed
Removed: Debugging.
1 parent c46cfd7 commit f2a14be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WinHttp.au3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,6 @@ Func __WinHttpHTML5FormAttribs($aDtas, $aFlds, $iNumParams, ByRef $aInput, ByRef
20852085
For $i = 0 To UBound($aInput) - 1 ; for all input elements
20862086
If __WinHttpAttribVal($aInput[$i], "type") = "submit" Then
20872087
If __WinHttpAttribVal($aInput[$i], "name") = $sInpNme And $aDtas[$k] = True Then
2088-
ConsoleWrite($sInpNme & @CRLF)
20892088
$iSubmitHTML5 = 1
20902089
$iInpSubm = $i
20912090
ExitLoop

0 commit comments

Comments
 (0)