Skip to content

Commit 46d4b72

Browse files
committed
Remove debug lines
1 parent d1dc105 commit 46d4b72

2 files changed

Lines changed: 39 additions & 40 deletions

File tree

src/code/FindHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,6 @@ private PSResourceInfo FindDependencyWithLowerBound(Dependency dep, ServerApiCal
13381338
else
13391339
{
13401340
responses = currentServer.FindName(dep.Name, includePrerelease: true, _type, out errRecord);
1341-
_cmdletPassedIn.WriteDebug($"returned back to FindDependencyWithLowerBound() line 1341");
13421341
}
13431342

13441343
// Error handling and Convert to PSResource object

0 commit comments

Comments
 (0)