Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
chore: clean up console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed Sep 30, 2024
1 parent 1e47f46 commit 406bcd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/utils/requests.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
async function fetcher<T>(endpoint: string, config?: RequestInit) {
const url = process.env["NEXT_PUBLIC_API_BASE_URL"] + endpoint;
console.log("url: ", url);
console.log("api_base_url: ", process.env["NEXT_PUBLIC_API_BASE_URL"]);

const response = await fetch(url, config);

Expand Down

0 comments on commit 406bcd7

Please sign in to comment.