Skip to content

Commit

Permalink
Merge pull request #60 from mrysav/main
Browse files Browse the repository at this point in the history
Remove log line that was re-added in merge conflict resolution
  • Loading branch information
mrysav authored Jan 12, 2024
2 parents 7a59513 + c4e2760 commit 1d8f891
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 1d8f891

Please sign in to comment.