Skip to content

Commit

Permalink
chore(debug): Removing debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
biehlerj committed May 15, 2024
1 parent d4c4c3e commit 68305ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/experience/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ allExperience.sort(
</header>
{
allExperience.map((experience) => {
console.log(experience);
const title = experience.data.title;
const begin = experience.data.beginDate;
const end = experience.data.endDate;
Expand Down

0 comments on commit 68305ac

Please sign in to comment.