Skip to content

Commit 18857f4

Browse files
committed
Remove extra console.log
1 parent 8f93839 commit 18857f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/check_changeset.ts

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ async function main() {
8989
await exec('yarn changeset status');
9090
console.log(`::set-output name=BLOCKING_FAILURE::false`);
9191
} catch (e) {
92-
console.log(e);
9392
const messageLines = e.message.replace(/🦋 error /g, '').split('\n');
9493
let formattedStatusError =
9594
'- Changeset formatting error in following file:%0A';

0 commit comments

Comments
 (0)