Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 6bb8dfd

Browse files
authored
Merge pull request #29 from mbwhite/clean-up-docs
Update version and remove console.log
2 parents 467460d + 35ea96a commit 6bb8dfd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger-labs/weft",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Utility CLI to help with using Hyperledger Fabric",
55
"bin": {
66
"weft": "lib/cli.js"

src/microfab.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ export class MicrofabProcessor {
7575
};
7676
},
7777
);
78-
79-
console.log(envvars);
8078
// get the peers certificates and root ca certificate
8179
config
8280
.filter((c: { type: string }) => c.type === 'fabric-peer' || c.type === 'fabric-orderer')

0 commit comments

Comments
 (0)