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 46714a2 commit 24bbe54Copy full SHA for 24bbe54
powershell-adapter/psDscAdapter/psDscAdapter.psm1
@@ -255,7 +255,7 @@ function Invoke-DscCacheRefresh {
255
"Checking cache for stale entries" | Write-DscTrace
256
257
foreach ($cacheEntry in $dscResourceCacheEntries) {
258
- "Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
+ #"Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
259
260
$cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
261
0 commit comments