Skip to content

Commit 450bbb5

Browse files
committed
remove comment
1 parent 61a227e commit 450bbb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/code/LocalServerApiCalls.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,10 +912,6 @@ private NuGetVersion GetInfoFromFileName(string packageFullName, string packageN
912912
// packageFullName will look like package.1.0.0.nupkg
913913
errRecord = null;
914914

915-
// Microsoft.Graph.Users
916-
// Microsoft.Graph.Users.Actions
917-
// packageName should contain the pkg name that the user searched for
918-
// actualName will be the name with the casing package.nupkg had, which is the casing we use when returning to the user
919915
string[] packageWithoutName = packageFullName.ToLower().Split(new string[]{ $"{packageName.ToLower()}." }, StringSplitOptions.RemoveEmptyEntries);
920916
string packageVersionAndExtension = packageWithoutName[0];
921917
string[] originalFileNameParts = packageFullName.Split(new string[]{ $".{packageVersionAndExtension}" }, StringSplitOptions.RemoveEmptyEntries);

0 commit comments

Comments
 (0)