Remove debug output
This commit is contained in:
parent
068e82ef28
commit
6a1bf1af0e
1 changed files with 0 additions and 1 deletions
|
@ -463,7 +463,6 @@ function DisableService {
|
|||
write-Host -ForegroundColor DarkRed $Error[0].Exception.Message
|
||||
}
|
||||
finally {
|
||||
Write-host "Value : $($params.userService.getType())"
|
||||
if ( $params.ContainsKey('userService') -and $params.userService -eq $true ) {
|
||||
# For this kind of service, we need to add a key t create a user service
|
||||
# Where user log-in.
|
||||
|
|
Reference in a new issue