From c482cc03b620f23e066526bf8e3f27d5ec741670 Mon Sep 17 00:00:00 2001 From: Vivi Date: Mon, 16 Oct 2023 17:06:48 +0200 Subject: [PATCH] remove console.log --- src/sections/portfolio/assets/dotsSvg.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sections/portfolio/assets/dotsSvg.vue b/src/sections/portfolio/assets/dotsSvg.vue index ab9d0fd73..4896ca7d1 100644 --- a/src/sections/portfolio/assets/dotsSvg.vue +++ b/src/sections/portfolio/assets/dotsSvg.vue @@ -334,7 +334,6 @@ export default { const colorMap = { secondary: "fill-secondary", }; - console.log(this.color); return colorMap[this.color] || colorMap.secondary; } }