From abee777b6ec842eef6609475b2bf623e9490fd7e Mon Sep 17 00:00:00 2001 From: Veetaha Date: Mon, 9 Mar 2020 20:57:20 +0200 Subject: vscode-postrefactor: remove remainders of debug logging --- editors/code/src/installation/extension.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'editors/code/src') 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 = "") `version and reload the window now?`, "Download now", "Cancel" ); - log.debug("Response: ", userResponse); return userResponse === "Download now"; } -- cgit v1.2.3