From 472438a127cdef1e9e7569f75f53a7ef947d6e4a Mon Sep 17 00:00:00 2001 From: Claudia Date: Sun, 16 Feb 2025 17:17:01 +0100 Subject: [PATCH] ci: remove not needed log --- packages/contracts/utils/helpers.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/contracts/utils/helpers.ts b/packages/contracts/utils/helpers.ts index 63fa630e..72cc295a 100644 --- a/packages/contracts/utils/helpers.ts +++ b/packages/contracts/utils/helpers.ts @@ -105,10 +105,6 @@ export async function findPluginRepo( // from deployments const pluginRepo = await hre.deployments.getOrNull(PLUGIN_REPO_PROXY_NAME); if (pluginRepo) { - console.log( - 'using the plugin repo from the deployments', - pluginRepo.address - ); return { pluginRepo: PluginRepo__factory.connect(pluginRepo.address, deployer), ensDomain,