mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-02 17:25:41 -05:00
Removes the need for the outputLevel in debug
This commit is contained in:
@@ -42,7 +42,7 @@ export class Logger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static log(message?: any, ...params: any[]): void {
|
static log(message?: any, ...params: any[]): void {
|
||||||
if (debug && level !== OutputLevel.Silent) {
|
if (debug) {
|
||||||
console.log(ConsolePrefix, message, ...params);
|
console.log(ConsolePrefix, message, ...params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user