removed unused print (2)

This commit is contained in:
andrei 2022-06-08 16:05:22 +03:00
parent 9f1089bb68
commit 4a5d925e6a

View File

@ -606,7 +606,6 @@ class Transaction(object):
tx_body (dict): The Transaction to be transformed.
"""
# NOTE: Remove reference to avoid side effects
print(f"\nbefore deepcopy {tx_body}")
tx_body = deepcopy(tx_body)
tx_body = rapidjson.loads(rapidjson.dumps(tx_body))