Skip to content

Commit

Permalink
remove comments and console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vorcigernix committed Feb 29, 2024
1 parent 2bb1fce commit 6c6cbf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ const categories = [...new Set(jobs.map((job) => job.jobcategory))];
selectedJobItems.forEach((jobItem) => {
jobItem.classList.remove("hidden");
});
//console.log(jobItems);
});
});
}
}

// Tell the browser to use our AstroSideNav class for <astro-heart> elements.
customElements.define("astro-side-filter", AstroSideNav);
</script>

0 comments on commit 6c6cbf4

Please sign in to comment.