about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
authorVeetaha <gerzoh1@gmail.com>2020-03-09 20:57:20 +0200
committerVeetaha <gerzoh1@gmail.com>2020-03-14 02:01:46 +0200
commitabee777b6ec842eef6609475b2bf623e9490fd7e (patch)
tree8d94ee7946abf652c58fbbe0f0ed411f0d59aa10 /editors/code/src
parent028a4aa99f7f6829cab2d8968ef6b5976e9b3ee9 (diff)
downloadrust-abee777b6ec842eef6609475b2bf623e9490fd7e.tar.gz
rust-abee777b6ec842eef6609475b2bf623e9490fd7e.zip
vscode-postrefactor: remove remainders of debug logging
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/installation/extension.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/installation/extension.ts b/editors/code/src/installation/extension.ts
index 3a1481a89b5..eb6acc341a5 100644
--- a/editors/code/src/installation/extension.ts
+++ b/editors/code/src/installation/extension.ts
@@ -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";
 }