Skip to content

Commit

Permalink
fix(web): remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Sep 11, 2024
1 parent b348c5e commit 0ff0c8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/src/server/services/EventService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ export abstract class EventService {
ipAddress: string;
userAgent: string;
}) {
console.log({
ipAddress,
userAgent,
});
return prisma.event.create({
data: {
selectedVariant,
Expand Down

0 comments on commit 0ff0c8a

Please sign in to comment.