Skip to content

Commit 3f3e2f3

Browse files
authored
Remove debug option
1 parent 862290c commit 3f3e2f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/start.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@
77
#>
88

99
param (
10-
[switch]$Debug,
1110
[string]$Config,
1211
[switch]$Run
1312
)
1413

15-
# Set DebugPreference based on the -Debug switch
16-
if ($Debug) {
17-
$DebugPreference = "Continue"
18-
}
19-
2014
if ($Config) {
2115
$PARAM_CONFIG = $Config
2216
}

0 commit comments

Comments
 (0)