win_acl - remove test return values

This commit is contained in:
Jordan Borean
2019-03-27 10:01:31 +10:00
parent 10f006036c
commit 1034b892df

View File

@@ -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 {