Skip to content

Commit

Permalink
console 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
shinwonse committed Nov 20, 2024
1 parent e7f599e commit 623f35f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/rehypeBookmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ async function fetchMetadata(url: string) {
const apiUrl = `${baseUrl}/api/bookmark?url=${encodeURIComponent(url)}`;

const response = await fetch(apiUrl);
console.log('response', response);
return await response.json();
} catch (error) {
console.error('fetchMetadata error', error);
return null;
}
}
Expand Down

0 comments on commit 623f35f

Please sign in to comment.