Format file to match correct "desired" width. Remove leftover debug printout

This commit is contained in:
Vilius Sutkus '89
2023-11-21 21:22:57 +02:00
parent 8023252681
commit 449627e76b
2 changed files with 22 additions and 6 deletions

1
dist/index.js vendored
View File

@@ -6689,7 +6689,6 @@ function installSdkManager() {
}
}
if (!fs.existsSync(sdkManagerExe)) {
core.info('Preinstalled sdkmanager not found.');
let cmdlineToolsURL;
if (process.platform === 'linux') {
cmdlineToolsURL = COMMANDLINE_TOOLS_LIN_URL;