win_acl - remove test return values

pull/54438/head
Jordan Borean 5 years ago
parent 10f006036c
commit 1034b892df
No known key found for this signature in database
GPG Key ID: 2AAC89085FBBDAB5

@ -214,8 +214,6 @@ Try {
}
}
Catch {
$result.exception = ($_ | Out-String)
$result.test = ($pwd.Path)
Fail-Json -obj $result -message "an error occurred when attempting to $state $rights permission(s) on $path for $user - $($_.Exception.Message)"
}
Finally {

Loading…
Cancel
Save