Skip to content

Commit

Permalink
fix: 🔇 remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucca180 committed Feb 1, 2025
1 parent 30965ef commit 4289f89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/api/v1/items/[id_name]/drops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ export const getItemDrops = async (
});

openableData.openings = confimedDrops.size;
console.log(openableData);
return openableData;
};

Expand Down

0 comments on commit 4289f89

Please sign in to comment.