mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Dont ask me why...
This commit is contained in:
parent
aab5aaccf2
commit
54d4bc2622
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue