Skip to content

Commit

Permalink
Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jan 17, 2022
1 parent ed27f90 commit 4df35a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
3 changes: 0 additions & 3 deletions src/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ const getTeamMembers = async (octokit, org, teamNames) => {
newErr.stack += `\nCaused by: ${err.stack}`;
throw newErr;
});

console.log(JSON.stringify(teamMemberRequests));

return teamMemberRequests
.map((response) => response.data)
.reduce((all, cur) => all.concat(cur), [])
Expand Down
57 changes: 0 additions & 57 deletions src/temp.json

This file was deleted.

0 comments on commit 4df35a8

Please sign in to comment.