Skip to content

Commit

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

0 comments on commit 472438a

Please sign in to comment.