mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 13:04:13 +00:00
remove debug info from tests
This commit is contained in:
parent
60bf0a87c2
commit
3543f3bfa8
4 changed files with 2 additions and 43 deletions
|
@ -41,8 +41,6 @@ export abstract class JavaBase {
|
|||
core.info('Trying to resolve the latest version from remote');
|
||||
const javaRelease = await this.findPackageForDownload(this.version);
|
||||
core.info(`Resolved latest version as ${javaRelease.version}`);
|
||||
core.info(foundJava?.version ?? '');
|
||||
core.info(javaRelease.version ?? '');
|
||||
if (foundJava?.version === javaRelease.version) {
|
||||
core.info(`Resolved Java ${foundJava.version} from tool-cache`);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue