Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
n00b21337 committed Apr 2, 2024
1 parent 06e9f13 commit 22382cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/local/002_deploy_cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const func: DeployFunction = async function ({ deployments, config, network }) {
const PriceOracle = await get('PriceOracle');
let networkURL = config.networks[network.name].url;

Check failure on line 8 in deploy/local/002_deploy_cluster.ts

View workflow job for this annotation

GitHub Actions / check

'networkURL' is never reassigned. Use 'const' instead

console.log(network.name);

// Generate content for the environment file
let content = '';

Expand Down

0 comments on commit 22382cb

Please sign in to comment.