diff options
-rw-r--r-- | editors/code/src/installation/extension.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/installation/extension.ts b/editors/code/src/installation/extension.ts index 3a1481a89..eb6acc341 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 = "") | |||
89 | `version and reload the window now?`, | 89 | `version and reload the window now?`, |
90 | "Download now", "Cancel" | 90 | "Download now", "Cancel" |
91 | ); | 91 | ); |
92 | log.debug("Response: ", userResponse); | ||
93 | return userResponse === "Download now"; | 92 | return userResponse === "Download now"; |
94 | } | 93 | } |
95 | 94 | ||