We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efac72 commit 98f4126Copy full SHA for 98f4126
powershell-adapter/psDscAdapter/psDscAdapter.psm1
@@ -38,10 +38,6 @@ function Invoke-DscCacheRefresh {
38
$Module
39
)
40
41
- # write psmodulepath to debug logs
42
- $trace = @{'Debug' = 'PSModulePath:' + $env:PSModulePath } | ConvertTo-Json -Compress
43
- $host.ui.WriteErrorLine($trace)
44
-
45
# create a list object to store cache of Get-DscResource
46
[dscResourceCache[]]$dscResourceCache = [System.Collections.Generic.List[Object]]::new()
47
0 commit comments