From 121027dd8889ffd3e9e2fe8d7ccb616c31bbadb9 Mon Sep 17 00:00:00 2001 From: Gyanendra Mishra Date: Mon, 4 Sep 2023 11:28:20 +0100 Subject: [PATCH] remove print --- src/participant_network.star | 1 - 1 file changed, 1 deletion(-) diff --git a/src/participant_network.star b/src/participant_network.star index 57e4d68..82be5d9 100644 --- a/src/participant_network.star +++ b/src/participant_network.star @@ -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