Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Aug 5, 2023
1 parent 9816531 commit d4f61ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ async function run(
per_page: 100,
});
notificationsFetch = notificationsFetch.data;
console.log(notificationsFetch)
} catch (error: any) {
core.error(error);
throw new Error(
Expand Down

0 comments on commit d4f61ad

Please sign in to comment.