mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-16 12:41:51 +00:00
Remove debug log
This commit is contained in:
parent
45861293a9
commit
05429b5b0b
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue