Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: remove huge log
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 13, 2023
1 parent a7def78 commit 41d8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/wildcard/unassign/unassign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function checkTasksToUnassign(context: Context) {

const issuesAndPullsOpened = await listAllIssuesAndPullsForRepo(context, IssueType.OPEN);

logger.debug("Fetched all issues and pulls opened", { issuesAndPullsOpened });
// logger.debug("Fetched all issues and pulls opened", { issuesAndPullsOpened });

const assignedIssues = issuesAndPullsOpened.filter((issue) => issue.assignee);

Expand Down

0 comments on commit 41d8f72

Please sign in to comment.