Skip to content

Commit d45bb92

Browse files
anamnaviadityapatwardhan
authored andcommitted
remove comment
1 parent ce5d36a commit d45bb92

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
@@ -913,10 +913,6 @@ private NuGetVersion GetInfoFromFileName(string packageFullName, string packageN
913913
// packageFullName will look like package.1.0.0.nupkg
914914
errRecord = null;
915915

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

0 commit comments

Comments
 (0)