File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 });
You can’t perform that action at this time.
0 commit comments