Skip to content

Commit 4851610

Browse files
committed
remove ugly debug console
1 parent 9fe8083 commit 4851610

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

core/api/entraid/msgraph/helpers/directoryrole/Get-MonkeyMSGraphEntraRoleAssignment.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ Function Get-MonkeyMSGraphEntraRoleAssignment {
195195
Write-Output $allEntraIDRoleAssignment -NoEnumerate
196196
}
197197
Catch{
198-
write-host $_
199198
Write-Error $_
200199
return , $allEntraIDRoleAssignment
201200
}

core/api/entraid/msgraph/helpers/users/Get-MonkeyMSGraphUser.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ Function Get-MonkeyMSGraphUser {
6969
$graphAuth = $O365Object.auth_tokens.MSGraph
7070
}
7171
Process{
72-
Write-Host ($PSBoundParameters | Out-String) -ForegroundColor Yellow
73-
Write-Host ($PSCmdlet.ParameterSetName) -ForegroundColor Magenta
7472
if($PSCmdlet.ParameterSetName -eq 'UserId'){
7573
$params = @{
7674
Authentication = $graphAuth;

0 commit comments

Comments
 (0)