Skip to content

Commit

Permalink
Remove Debug Values
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl authored Jul 9, 2024
1 parent 95fe78c commit 297791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Func ProcessCMDLine()
Local $sDrive = Null
Local $bForce = False
Local $bSilent = False
Local $aOutput[3] = [True, "csv", "test.csv"]
Local $aOutput[3] = [False, "", ""]
Local $iParams = $CmdLine[0]

If $aMUI[0] = Null Then
Expand Down

0 comments on commit 297791a

Please sign in to comment.