vscode-postrefactor: remove remainders of debug logging

This commit is contained in:
Veetaha 2020-03-09 20:57:20 +02:00
parent 028a4aa99f
commit abee777b6e

View file

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