Skip to content

Commit 416b947

Browse files
committed
remove more debug statements
1 parent 46d4b72 commit 416b947

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/code/InstallHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ private ConcurrentDictionary<string, Hashtable> InstallParentAndDependencyPackag
967967

968968
if (!installedToTempPathSuccessfully)
969969
{
970-
//errors.Add(tempSaveErrRecord ?? tempInstallErrRecord);
970+
errors.Add(tempSaveErrRecord ?? tempInstallErrRecord);
971971
}
972972
});
973973

src/code/SavePSResource.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,10 @@ private void ProcessSaveHelper(string[] pkgNames, string pkgVersion, bool pkgPre
313313
tmpPath: _tmpPath,
314314
pkgsInstalled: new HashSet<string>(StringComparer.InvariantCultureIgnoreCase));
315315

316-
WriteVerbose("Returned from BeginPackages in Save");
317-
318316
if (PassThru)
319317
{
320318
foreach (PSResourceInfo pkg in installedPkgs)
321319
{
322-
if (pkg == null)
323-
{
324-
WriteVerbose("pkg is null");
325-
}
326320
WriteObject(pkg);
327321
}
328322
}

0 commit comments

Comments
 (0)