Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Nov 14, 2023
1 parent 1541ba9 commit cc5676c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def run(plan, args):
service_details["relaychains"] = relay_node_detals
for paras in args["para"]:
parachain_info = parachain.run_testnet_mainnet(plan, args, paras)
plan.print(parachain_info)
service_details["parachains"] = parachain_info

return service_details

0 comments on commit cc5676c

Please sign in to comment.