Skip to content

Commit 41c8ebd

Browse files
committed
stop spam printing fork names with -s (part of fixes for issue ethereum#1512)
1 parent e6d6336 commit 41c8ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_specs/static_state/expect_section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def parse_networks(fork_with_operand: str) -> List[str]:
8383
return parsed_forks
8484

8585
try:
86-
print(all_forks_by_name)
86+
# print(all_forks_by_name)
8787
idx = all_forks_by_name.index(fork)
8888
# ['Frontier', 'Homestead', 'Byzantium', 'Constantinople', 'ConstantinopleFix',
8989
# 'Istanbul', 'MuirGlacier', 'Berlin', 'London', 'ArrowGlacier', 'GrayGlacier',

0 commit comments

Comments
 (0)