Skip to content

Commit

Permalink
remove problematic stdout (#7885)
Browse files Browse the repository at this point in the history
  • Loading branch information
ak88 authored Dec 10, 2024
1 parent 3059331 commit 04a7b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nethermind/Ethereum.Test.Base/JsonToEthereumTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ public static IEnumerable<GeneralStateTest> Convert(string json)
List<GeneralStateTest> tests = new();
foreach (KeyValuePair<string, GeneralStateTestJson> namedTest in testsInFile)
{
Console.WriteLine($"Loading {namedTest.Key}\n {namedTest.Value.Post}");
tests.AddRange(Convert(namedTest.Key, namedTest.Value));
}

Expand Down

0 comments on commit 04a7b9c

Please sign in to comment.