Skip to content

Commit 2d771fc

Browse files
committed
Remove commented out code
1 parent c5a5730 commit 2d771fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/builder/targets/Metadata.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ await JsonSerializer.DeserializeAsync<Dictionary<string, string>>(manifestStream
6161
newManifest[prefix + kvp.Key] = kvp.Value;
6262
}
6363

64-
// context.WriteLineColor(ConsoleColor.DarkGray, " .manifest");
65-
6664
using (var manifestStream = File.Open(manifestFileName, FileMode.Create))
6765
using (var textWriter = new StreamWriter(manifestStream))
6866
{
@@ -85,8 +83,6 @@ await JsonSerializer.DeserializeAsync<Dictionary<string, string>>(manifestStream
8583

8684
foreach (var ymlFileName in Directory.GetFiles(folder, "*.yml"))
8785
{
88-
// context.WriteLineColor(ConsoleColor.DarkGray, " " + Path.GetFileName(ymlFileName));
89-
9086
var yml = await File.ReadAllLinesAsync(ymlFileName);
9187

9288
for (var idx = 0; idx < yml.Length; ++idx)

0 commit comments

Comments
 (0)