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";
 }