Skip to content

Commit

Permalink
remove console log build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Aug 5, 2023
1 parent d4f61ad commit 27f1767
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ async function run(getCore, getOctokit, getSlack, getWebex) {
per_page: 100,
});
notificationsFetch = notificationsFetch.data;
console.log(notificationsFetch);
}
catch (error) {
core.error(error);
Expand Down
2 changes: 1 addition & 1 deletion dist/action/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/local/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ async function run(getCore, getOctokit, getSlack, getWebex) {
per_page: 100,
});
notificationsFetch = notificationsFetch.data;
console.log(notificationsFetch);
}
catch (error) {
core.error(error);
Expand Down
2 changes: 1 addition & 1 deletion dist/local/index.js.map

Large diffs are not rendered by default.

0 comments on commit 27f1767

Please sign in to comment.