Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Sep 4, 2023
1 parent 152d9ea commit 121027d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/participant_network.star
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def zfill_custom(value, width):
# time.now() runs everytime bringing non determinism
# note that the timestamp it returns is a string
def get_final_genesis_timestamp(plan, padding):
plan.print(padding)
result = plan.run_python(
run = """
import time
Expand Down

0 comments on commit 121027d

Please sign in to comment.