Skip to content

Commit c4e2760

Browse files
committed
Remove log line
1 parent f8d3a8a commit c4e2760

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)