From 899e4a28ce68156aa6ee553a1814d1a99147d0ef Mon Sep 17 00:00:00 2001 From: Claudia Date: Fri, 31 Jan 2025 13:45:23 +0100 Subject: [PATCH] fix: remove not needed log --- packages/contracts/utils/helpers.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/contracts/utils/helpers.ts b/packages/contracts/utils/helpers.ts index ef12be48..874b6265 100644 --- a/packages/contracts/utils/helpers.ts +++ b/packages/contracts/utils/helpers.ts @@ -192,11 +192,6 @@ export async function getManagementDao( throw `Deployments are not available on network ${network}.`; } - console.log( - 'NOT ENV VAR MANAGEMENT DAO ADDRESS', - networkDeployments.ManagementDAOProxy.address - ); - return DAO__factory.connect( networkDeployments.ManagementDAOProxy.address, deployer