Skip to content

Commit 280b07b

Browse files
committed
update verbose logging
1 parent 9f36fd6 commit 280b07b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ class Log {
100100
verbose = (message: string) => {
101101
if (this.options.log) {
102102
this.options.log.verbose(Log.msg(message));
103-
} else {
104-
console.log(Log.msg(message));
105103
}
106104
};
107105

0 commit comments

Comments
 (0)