mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
vscode-postrefactor: remove remainders of debug logging
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user