Skip to content

Commit e2769c9

Browse files
anamnaviadityapatwardhan
authored andcommitted
remove unused code some more
1 parent 235665a commit e2769c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/code/LocalServerApiCalls.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ private FindResults FindNameHelper(string packageName, string[] tags, bool inclu
283283

284284
Capture group = groups[0];
285285

286-
_cmdletPassedIn.WriteDebug($"package name is: {packageFullName}");
287-
// string pkgFoundName = packageFullName.Substring(0, group.Index);
288-
289286
NuGetVersion nugetVersion = GetInfoFromFileName(packageFullName: packageFullName, packageName: packageName, actualName: out actualPkgName, out errRecord);
290287
_cmdletPassedIn.WriteDebug($"Version parsed as '{nugetVersion}'");
291288

@@ -302,7 +299,7 @@ private FindResults FindNameHelper(string packageName, string[] tags, bool inclu
302299
latestVersionPath = path;
303300
}
304301
}
305-
}
302+
}
306303

307304
if (String.IsNullOrEmpty(latestVersionPath))
308305
{

0 commit comments

Comments
 (0)