mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 01:25:43 -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 {
|
||||
if (debug && level !== OutputLevel.Silent) {
|
||||
if (debug) {
|
||||
console.log(ConsolePrefix, message, ...params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user