1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 06:34:53 +07:00

fix: remove debug logs

This commit is contained in:
Fernandez Ludovic
2024-05-10 03:47:36 +02:00
parent a4f60bb28d
commit 7b547992bc

View File

@@ -41,7 +41,6 @@ async function fetchPatch(): Promise<string> {
case `push`:
return await fetchPushPatch(ctx)
case `merge_group`:
core.info(JSON.stringify(ctx.payload))
return ``
default:
core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`)