Remove debug log

This commit is contained in:
Tam Mach 2020-05-22 23:57:08 +10:00
parent 45861293a9
commit 05429b5b0b
No known key found for this signature in database
GPG key ID: DA1A8108169E5804

View file

@ -85,7 +85,6 @@ export async function restoreCache(): Promise<void> {
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) {