We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5667ff commit 757aed7Copy full SHA for 757aed7
src/always_log.ts
@@ -6,8 +6,6 @@ if (process.argv.includes("--verbose")) {
6
7
if (verbose) {
8
always_log("INFO: verbose logging enabled");
9
-} else {
10
- always_log("INFO: verbose logging disabled, enable it with --verbose");
11
}
12
13
export function verbose_log(message: string, data?: any) {
0 commit comments