Skip to content

Commit e066e3d

Browse files
committed
feat: restrict opts output to --debug
close #7
1 parent 08ff2af commit e066e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if (!opts.help) {
138138
console.log(`Using key from ${opts.key}:`, publicKey.toBase58());
139139
}
140140

141-
console.log("opts", opts);
141+
if (opts.debug && !opts.help) console.log("opts", opts);
142142

143143
// fire up the appchain client!
144144
await client.start();

0 commit comments

Comments
 (0)