Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 13, 2024
1 parent cceb717 commit dc05c89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const load: PageServerLoad = async ({ params, fetch }) => {
: `${BASE_API_URL}/${model.urlModel}/${queryParams}`;
if (model.urlModel === 'assets') {
url = `${BASE_API_URL}/${model.urlModel}/${queryParams}${params.id}`;
console.log(url);
}
const response = await fetch(url);
if (response.ok) {
Expand Down

0 comments on commit dc05c89

Please sign in to comment.