Skip to content

Commit 0481828

Browse files
committed
feat: code cleanup
1 parent 2555999 commit 0481828

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/testing-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ jobs:
4848
export PROVIDER_PASSWORD=secret
4949
yarn run setup:dev
5050
# HDWalletProvider keeps jest from exiting
51-
echo "------ SEED_WORDS $SEED_WORDS"
5251
yarn run integration:cov -- --forceExit

integration/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ if (process.env.SEED_WORDS) {
1515
configBase.accounts = makeAccounts(process.env.SEED_WORDS)
1616
}
1717

18-
console.log('------------------ config SEED_WORDS', process.env.SEED_WORDS)
19-
2018
export const config: NeverminedOptions = configBase

integration/subscriptions.integration.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ describe('SubscriptionsController', () => {
172172

173173
beforeAll(async () => {
174174
const [publisher, subscriber, notSubscriber] = await nevermined.accounts.list()
175-
console.log('---------------------- test SEED_WORDS', process.env.SEED_WORDS)
176175

177176
// deploy contract
178177
const subscriptionNFT = await SubscriptionNFTApi.deployInstance(

0 commit comments

Comments
 (0)