Skip to content

Commit 3886b20

Browse files
committed
Removed verbose messages used in testing
1 parent be4d946 commit 3886b20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ServiceNow/Public/Update-ServiceNowNumber.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ Function Update-ServiceNowNumber {
9090
}
9191
}
9292
}
93-
Write-Verbose "ServiceNowURL: $ServiceNowURL"
93+
9494
# Use the number and table to determine the sys_id
9595
$SysID = Get-ServiceNowTableEntry @getServiceNowTableEntry | Select-Object -Expand sys_id
96-
Write-Verbose "SysID: $SysID"
9796

9897
# Convert the values to Json and encode them to an UTF8 array to support special chars
9998
$Body = $Values | ConvertTo-Json

0 commit comments

Comments
 (0)