diff --git a/main.star b/main.star index 24c723b7f..c447010df 100644 --- a/main.star +++ b/main.star @@ -154,14 +154,6 @@ def run(plan, args): ), ) - # Debug service - plan.add_service( - name="netshoot-debug", - config=ServiceConfig( - image="nicolaka/netshoot", - ), - ) - # TODO: Check if the contracts were already initialized.. I'm leaving this here for now, but it's not useful!! contract_init_stat = plan.exec( service_name="contracts" + args["deployment_idx"],