mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Dont ask me why...
This commit is contained in:
parent
aab5aaccf2
commit
54d4bc2622
@ -25,7 +25,6 @@ export const log = new class {
|
||||
debug(...msg: [unknown, ...unknown[]]): void {
|
||||
if (!log.enabled) return;
|
||||
log.write("DEBUG", ...msg);
|
||||
log.output.toString();
|
||||
}
|
||||
|
||||
info(...msg: [unknown, ...unknown[]]): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user