From 05429b5b0b2764dadb786967982fe57a877c89cf Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Fri, 22 May 2020 23:57:08 +1000 Subject: [PATCH] Remove debug log --- src/cache.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cache.ts b/src/cache.ts index 0a694b1..b44a5c5 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -85,7 +85,6 @@ export async function restoreCache(): Promise { utils.setCacheState(cacheKey) const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey) utils.setCacheHitOutput(isExactKeyMatch) - core.info(`Cache restored from key: ${cacheKey}`) core.info(`Restored cache for golangci-lint from key '${primaryKey}' in ${Date.now() - startedAt}ms`) } catch (error) { if (error.name === cache.ValidationError.name) {