Skip to content

Commit 757aed7

Browse files
committed
no reason to be logging this
1 parent e5667ff commit 757aed7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/always_log.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ if (process.argv.includes("--verbose")) {
66

77
if (verbose) {
88
always_log("INFO: verbose logging enabled");
9-
} else {
10-
always_log("INFO: verbose logging disabled, enable it with --verbose");
119
}
1210

1311
export function verbose_log(message: string, data?: any) {

0 commit comments

Comments
 (0)