aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-09 18:57:20 +0000
committerVeetaha <[email protected]>2020-03-14 00:01:46 +0000
commitabee777b6ec842eef6609475b2bf623e9490fd7e (patch)
tree8d94ee7946abf652c58fbbe0f0ed411f0d59aa10 /editors/code/src
parent028a4aa99f7f6829cab2d8968ef6b5976e9b3ee9 (diff)
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 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