Skip to content

Commit 1ac0f8a

Browse files
committed
Remove unnecessary logging
Signed-off-by: Lee Calcote <[email protected]>
1 parent d704f4a commit 1ac0f8a

File tree

1 file changed

+0
-1
lines changed
  • src/sections/Learn-Layer5/Chapters

1 file changed

+0
-1
lines changed

src/sections/Learn-Layer5/Chapters/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const Chapters = ({ chapterData, courseData, location, serviceMeshesList, TOCDat
5959

6060
const getAvailableServiceMeshes = () => {
6161
let serviceMeshes = [];
62-
console.log("serviceMeshList", serviceMeshesList);
6362
serviceMeshesList.forEach(sm => {
6463
mapMeshWithFormattedSlug(sm, serviceMeshes);
6564
});

0 commit comments

Comments
 (0)