about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
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";
 }