Skip to content

Commit d6e9fda

Browse files
Remove console.log
1 parent f725404 commit d6e9fda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/volunteer.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const locations = await pb.collection("locations").getFullList({
3434
const links = await pb.collection("links").getFullList({
3535
filter: `location.id = "${location.id}"`,
3636
});
37-
console.log(links);
3837
if (links.length > 0) {
3938
return (
4039
<div class="flex flex-col items-center justify-center gap-3">

0 commit comments

Comments
 (0)