Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Oct 16, 2023
1 parent 60b2533 commit c482cc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/portfolio/assets/dotsSvg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ export default {
const colorMap = {
secondary: "fill-secondary",
};
console.log(this.color);
return colorMap[this.color] || colorMap.secondary;
}
}
Expand Down

0 comments on commit c482cc0

Please sign in to comment.