Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Revert "Add divider at the end of 'deploy'"
Browse files Browse the repository at this point in the history
This reverts commit 0a473f4.
  • Loading branch information
0xNeshi committed Sep 7, 2023
1 parent 4cab4c1 commit c45bcbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export async function deploy<T extends ContractFactory>(
} catch (error) {
logger.out(`Tx hash: ${contract.deployTransaction.hash}`);
throw error;
} finally {
logger.divider();
}
}

Expand Down

0 comments on commit c45bcbd

Please sign in to comment.