From c4e2760f78ec27f8b91fcf152f1210455376a347 Mon Sep 17 00:00:00 2001 From: Mitchell Rysavy Date: Fri, 12 Jan 2024 10:22:04 -0500 Subject: [PATCH] Remove log line --- src/snapshot.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/snapshot.ts b/src/snapshot.ts index fdadd4a..cd05431 100644 --- a/src/snapshot.ts +++ b/src/snapshot.ts @@ -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(