remove reduntant comment

This commit is contained in:
Maxim Lobanov 2020-06-29 19:13:25 +03:00
parent 1364035bf3
commit de612ec12c
4 changed files with 2 additions and 4 deletions

1
dist/index.js vendored
View file

@ -13111,7 +13111,6 @@ function getInfoFromManifest(versionSpec, stable, auth) {
return __awaiter(this, void 0, void 0, function* () {
let info = null;
const releases = yield tc.getManifestFromRepo('actions', 'node-versions', auth);
core.info(`matching ${versionSpec}...`);
const rel = yield tc.findFromManifest(versionSpec, stable, releases);
if (rel && rel.files.length > 0) {
info = {};