Skip to content

Commit 8533917

Browse files
authored
Update NetWebView2Lib.au3
1 parent 9c5bba1 commit 8533917

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NetWebView2Lib.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,9 +1140,8 @@ Volatile Func __NetWebView2_Events__OnMessageReceived($oWebV2M, $hGUI, $sMsg)
11401140
Local $aParts
11411141

11421142
Local Static $sCommand_static = ''
1143-
1144-
If Not @Compiled And $sCommand_static <> $sCommand Then
1145-
;~ ConsoleWrite('TEST IFNC: ' & $s_Prefix & ' @SLN=' & @ScriptLineNumber & ' ' & $sCommand & ' Data=' & (StringLen($sData) > 120 ? StringLeft($sData, 120) & "..." : $sData) & @CRLF) ; FOR DEV TESTING ONLY
1143+
If Not @Compiled And $sCommand_static <> $sCommand Then ; show the log in non compiled - for DEV only
1144+
ConsoleWrite('TEST IFNC: ' & $s_Prefix & ' @SLN=' & @ScriptLineNumber & ' ' & $sCommand & ' Data=' & (StringLen($sData) > 120 ? StringLeft($sData, 120) & "..." : $sData) & @CRLF) ; FOR DEV TESTING ONLY
11461145
$sCommand_static = $sCommand
11471146
EndIf
11481147

@@ -1525,3 +1524,4 @@ EndFunc ;==>__NetWebView2_Events__OnAcceleratorKeyPressed
15251524
#EndRegion ; NetWebView2Lib UDF - === EVENT HANDLERS ===
15261525

15271526

1527+

0 commit comments

Comments
 (0)