Skip to content

Commit 1d8f891

Browse files
authored
Merge pull request #60 from mrysav/main
Remove log line that was re-added in merge conflict resolution
2 parents 7a59513 + c4e2760 commit 1d8f891

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/snapshot.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ export async function submitSnapshot(
196196
`Snapshot creation failed with result: "${result}: ${response.data.message}"`
197197
)
198198
}
199-
core.notice(
200-
`Snapshot successfully created at ${response.data.created_at.toString()}`
201-
)
202199
} catch (error) {
203200
if (error instanceof RequestError) {
204201
core.error(

0 commit comments

Comments
 (0)