mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 05:23:12 +00:00
vscode-postrefactor: remove remainders of debug logging
This commit is contained in:
parent
028a4aa99f
commit
abee777b6e
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ async function askToDownloadProperExtensionVersion(config: Config, reason = "")
|
|||
`version and reload the window now?`,
|
||||
"Download now", "Cancel"
|
||||
);
|
||||
log.debug("Response: ", userResponse);
|
||||
return userResponse === "Download now";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue