Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Feb 13, 2025
1 parent 1043583 commit 816b09c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linx/loaders/auction/detailsPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const loader = async (
},
}).catch(nullOnNotFound);

console.log(response);

if (response === null) {
return null;
}
Expand Down

0 comments on commit 816b09c

Please sign in to comment.