Skip to content

Commit f7f5e49

Browse files
author
anamnavi
committed
clean up comment
1 parent 2928df4 commit f7f5e49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/code/UninstallPSResource.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ private bool UninstallPkgHelper(out List<ErrorRecord> errRecords)
264264
}
265265

266266
// the package requested for uninstallation was found by name, but not satisfied by version criteria (i.e version didn't exist or match prerelease criteria) so write error
267-
// if (currentUninstalledDirCount == 0)
268267
if (requestedPackageNames.Count > 0)
269268
{
270269
string[] pkgsFailedToUninstall = requestedPackageNames.ToArray();

0 commit comments

Comments
 (0)