Skip to content

Commit 802b26f

Browse files
committed
Remove debug
1 parent e440802 commit 802b26f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/json.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ function Sort-ScoopManifestRootProperties {
223223

224224
# Get wanted order from Scoop manifest schema
225225
if ([string]::IsNullOrWhiteSpace($Script:WantedOrder)) {
226-
Write-Debug -Message ('{0}\..\schema.json' -f $PSScriptRoot)
227226
$Script:WantedOrder = [string[]](
228227
(
229228
parse_json -path (

0 commit comments

Comments
 (0)