Skip to content

Commit

Permalink
Remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
mrysav committed Jan 12, 2024
1 parent f8d3a8a commit c4e2760
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ export async function submitSnapshot(
`Snapshot creation failed with result: "${result}: ${response.data.message}"`
)
}
core.notice(
`Snapshot successfully created at ${response.data.created_at.toString()}`
)
} catch (error) {
if (error instanceof RequestError) {
core.error(
Expand Down

0 comments on commit c4e2760

Please sign in to comment.