Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Jan 15, 2025
1 parent 8b3977b commit 41d075e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,9 @@ public override bool RunTask ()
runtimePackPath = $"{path}{Path.DirectorySeparatorChar}";
}

Log.LogDebugMessage ($"Runtime pack path: {runtimePackPath}");
foreach (ITaskItem library in maybeIgnoreLibs.Values) {
if (library.ItemSpec.StartsWith (runtimePackPath)) {
librariesToIgnore.Add (library);
Log.LogDebugMessage ($" ignore library: {library}");
}
}
};
Expand Down

0 comments on commit 41d075e

Please sign in to comment.