Skip to content

Commit 1a8200b

Browse files
committed
remove debug code
1 parent d691241 commit 1a8200b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/ArchiveAssemblyHelper.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,7 @@ void StoreContains (string[] fileNames, out List<string> existingFiles, out List
266266
}
267267
}
268268

269-
var explorer = new AssemblyStoreExplorer (archivePath, customLogger: (a, s) => {
270-
Console.WriteLine ($"DEBUG! {s}");
271-
});
272-
273-
foreach (var f in explorer.AssembliesByName) {
274-
Console.WriteLine ($"DEBUG!\tKey:{f.Key}");
275-
}
269+
var explorer = new AssemblyStoreExplorer (archivePath);
276270

277271
// Assembly stores don't store the assembly extension
278272
var storeAssemblies = explorer.AssembliesByName.Keys.Select (x => $"{x}.dll");

0 commit comments

Comments
 (0)