Skip to content

Commit 23c5afb

Browse files
committed
Clean and remove not-useful-anymore log message
1 parent 1016ae2 commit 23c5afb

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

scripts/hardhat-fixture-deployer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const { resetNetworkToInitialState } = require('./common-test-snapshot');
1010
const deploy = require('../deploy/0_deploy');
1111
const deployEns = require('../deploy/1_deploy-ens');
1212

13+
// TODO update and move to test/utils/
14+
1315
// Anonymous functions cannot be used as fixtures, hence we need to wrap body
1416
// in a method which will be called by `loadFixture`.
1517
async function resetNetworkAndDeployAllContracts() {
@@ -58,6 +60,5 @@ async function resetNetworkAndDeployAllContracts() {
5860
* @returns proxy address.
5961
*/
6062
export const loadHardhatFixtureDeployment = async () => {
61-
console.log('Running hardhat-fixture'); //
6263
return await loadFixture(resetNetworkAndDeployAllContracts);
6364
};

scripts/hardhat-truffle-utils.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)