Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
riyap committed Sep 5, 2024
1 parent 4f3e075 commit 5867c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/checkin/checkin-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async function assignPixelsToUser(userId: string, pixels: number) {
{ $inc: { points: pixels } },
{ new: true }
);
console.log("here");

const new_points = updatedDoc!.points;
const updatedFields = {
Expand Down

0 comments on commit 5867c03

Please sign in to comment.