Skip to content

Commit

Permalink
fix: remove not needed log
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jan 31, 2025
1 parent c70fad6 commit 899e4a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/contracts/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 899e4a2

Please sign in to comment.