Skip to content

Commit f377650

Browse files
committed
cli: remove unnecessary logging
1 parent 7f4dc30 commit f377650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/commands/deploy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export const deploy = async (cli: CLIEnvironment, cliArgs: CLIArgs): Promise<voi
1616
const deployType = cliArgs.type
1717
const buildAcceptProxyTx = cliArgs.buildTx
1818

19-
logger.info(`Deploying contract ${contractName}...`)
20-
2119
// Deploy contract
2220
const contractArgs = initArgs ? initArgs.split(',') : []
2321
switch (deployType) {

0 commit comments

Comments
 (0)