Remove leftover print
This commit is contained in:
parent
185f51ec0e
commit
ec7c7c8589
|
@ -45,7 +45,6 @@ from eth2spec.test.context import (
|
||||||
@with_all_phases
|
@with_all_phases
|
||||||
@spec_state_test
|
@spec_state_test
|
||||||
def test_prev_slot_block_transition(spec, state):
|
def test_prev_slot_block_transition(spec, state):
|
||||||
print('spec.fork', spec.fork)
|
|
||||||
# Go to clean slot
|
# Go to clean slot
|
||||||
spec.process_slots(state, state.slot + 1)
|
spec.process_slots(state, state.slot + 1)
|
||||||
# Make a block for it
|
# Make a block for it
|
||||||
|
|
Loading…
Reference in New Issue