Skip to content

Commit

Permalink
Remove Console.WriteLine
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 26, 2024
1 parent 8183606 commit faea51c
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 faea51c

Please sign in to comment.