Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 12, 2024
1 parent cfaff06 commit 6ab2ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/task-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function getTaskMetadata(

// if we don't have a lastCheck yet, use the assignment event
if (!lastCheck) {
console.log("No last check found, using assignment event");
logger.info("No last check found, using assignment event");
const assignmentEvents = await octokit.paginate(octokit.rest.issues.listEvents, {
owner: repo.owner.login,
repo: repo.name,
Expand Down

0 comments on commit 6ab2ae8

Please sign in to comment.