mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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?`,
|
`version and reload the window now?`,
|
||||||
"Download now", "Cancel"
|
"Download now", "Cancel"
|
||||||
);
|
);
|
||||||
log.debug("Response: ", userResponse);
|
|
||||||
return userResponse === "Download now";
|
return userResponse === "Download now";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue