Skip to content

Commit 09c7d7a

Browse files
committed
remove logs
1 parent 90fd9d7 commit 09c7d7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/pages/learning-paths.astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ const products = lpProducts(learningPaths);
166166

167167
const learningPaths = getLearningPaths();
168168

169-
console.log(learningPaths);
170-
171169
if (!learningPaths) return;
172170

173171
if (checkedAreas.length === 0 && checkedProducts.length === 0) {
@@ -178,8 +176,6 @@ const products = lpProducts(learningPaths);
178176
}
179177

180178
for (const learningPath of learningPaths) {
181-
console.log(learningPath);
182-
183179
if (!learningPath.dataset.groups || !learningPath.dataset.products)
184180
continue;
185181

@@ -188,8 +184,6 @@ const products = lpProducts(learningPaths);
188184

189185
let show = true;
190186

191-
console.log(show);
192-
193187
show = checkedAreas.some((v) => {
194188
return groups.includes(v);
195189
});

0 commit comments

Comments
 (0)