Skip to content

Commit 9419c53

Browse files
committed
Update helper.js
1 parent 631835c commit 9419c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ on_db(
8282
);
8383

8484
let logLevel;
85-
let silent = false;
85+
let silent = true;
8686
if (process.env.VERBOSE) {
8787
silent = false;
8888
logLevel = 'verbose';

0 commit comments

Comments
 (0)