diff --git a/dist/setup/index.js b/dist/setup/index.js index 4a3c0dd4..61712724 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -65946,7 +65946,6 @@ class PipCache extends cache_distributor_1.default { return __awaiter(this, void 0, void 0, function* () { const hash = (yield glob.hashFiles(this.cacheDependencyPath)) || (yield glob.hashFiles(this.cacheDependencyBackupPath)); - core.info(`Cache key hash: ${hash}`); let primaryKey = ''; let restoreKey = ''; if (utils_1.IS_LINUX) {