Skip to content

Commit 894be52

Browse files
committed
removed debug print
1 parent 5f8d3bf commit 894be52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ethereum_test_types/blob_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def trusted_setup(cls):
5959
trusted_setup_path = Path(realpath(__file__)).parent / "kzg_trusted_setup.txt"
6060
trusted_setup = ckzg.load_trusted_setup(str(trusted_setup_path), 0)
6161
cls._trusted_setup = trusted_setup
62-
print("I HAVE LOADED THE TRUSTED SETUP")
6362

6463
return cls._trusted_setup
6564

0 commit comments

Comments
 (0)