diff --git a/src/cache-distributions/pip-cache.ts b/src/cache-distributions/pip-cache.ts index e8666033..b48c1075 100644 --- a/src/cache-distributions/pip-cache.ts +++ b/src/cache-distributions/pip-cache.ts @@ -61,7 +61,6 @@ class PipCache extends CacheDistributor { protected async computeKeys() { const hash = await glob.hashFiles(this.cacheDependencyPath) || await glob.hashFiles(this.cacheDependencyBackupPath); - core.info(`Cache key hash: ${hash}`); let primaryKey = ''; let restoreKey = '';