Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuro committed Sep 28, 2024
1 parent 0a52615 commit f55e6e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/requestsServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { headers } from "next/headers";
const apiDomain = process.env.NEXT_PUBLIC_API_DOMAIN || null;

const fetchBikes = async () => {
console.log(
"process.env.NEXT_PUBLIC_API_DOMAIN:",
process.env.NEXT_PUBLIC_API_DOMAIN
);
try {
const response = await fetch(`${apiDomain}/bikes`, {
method: "GET",
Expand Down

0 comments on commit f55e6e2

Please sign in to comment.