Skip to content

Commit

Permalink
Remove Console.WriteLine
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 6, 2025
1 parent 97403d9 commit 334af4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ void Extract (
string proguardFile = Path.Combine (importsDir, "proguard.txt");
string nuGetPackageId = aarFile.GetMetadata (NuGetPackageId) ?? string.Empty;
string nuGetPackageVersion = aarFile.GetMetadata (NuGetPackageVersion) ?? string.Empty;
Console.WriteLine ($"{aarFile.ItemSpec}: {nuGetPackageId} {nuGetPackageVersion}");
extractedDirectories.Add (new TaskItem (outDirForDll, new Dictionary<string, string> {
{ OriginalFile, aarFile.ItemSpec },
{ NuGetPackageId, nuGetPackageId },
Expand Down

0 comments on commit 334af4e

Please # to comment.