Skip to content

Commit 940c99e

Browse files
committed
remove duplicate log
1 parent 515ca71 commit 940c99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/GraphRequests/Get-GraphRequestList.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function Get-GraphRequestList {
174174
Write-Information "Total results (`$count): $Count"
175175
}
176176
}
177-
Write-Information ( 'GET [ {0} ]' -f $GraphQuery.ToString())
177+
#Write-Information ( 'GET [ {0} ]' -f $GraphQuery.ToString())
178178

179179
try {
180180
if ($QueueId) {

0 commit comments

Comments
 (0)