diff --git a/dist/index.js b/dist/index.js index 1e9ea9b..bace008 100644 --- a/dist/index.js +++ b/dist/index.js @@ -94766,7 +94766,6 @@ var upload_zip_awaiter = (undefined && undefined.__awaiter) || function (thisArg const deleteObject = new dist_cjs.DeleteObjectCommand(input); yield s3.send(putObject); const src = yield (0,s3_request_presigner_dist_cjs.getSignedUrl)(s3, getObject); - core.info(src); // Send create theme request core.info('Creating theme'); const response = yield createTheme(Object.assign({ src }, data)).finally(() => upload_zip_awaiter(void 0, void 0, void 0, function* () { diff --git a/src/actions/parts/upload-zip.ts b/src/actions/parts/upload-zip.ts index 4d96a96..10797b2 100644 --- a/src/actions/parts/upload-zip.ts +++ b/src/actions/parts/upload-zip.ts @@ -46,8 +46,6 @@ export default async ( await s3.send(putObject); const src = await getSignedUrl(s3, getObject); - core.info(src); - // Send create theme request core.info('Creating theme'); const response = await createTheme({