Skip to content

Commit b01336f

Browse files
updates
1 parent 620d5e5 commit b01336f

File tree

1 file changed

+0
-1
lines changed
  • website2/src/app/clean-air-forum/glossary

1 file changed

+0
-1
lines changed

website2/src/app/clean-air-forum/glossary/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const Page: React.FC = () => {
2727
// Render the main glossary content.
2828
const glossaryHTML = renderContent(selectedEvent.glossary_details);
2929
const showGlossaryMain = isValidGlossaryContent(glossaryHTML);
30-
console.info(glossaryHTML);
3130

3231
// Filter extra sections assigned to the "glossary" page.
3332
const glossarySections = selectedEvent.sections?.filter((section: any) => {

0 commit comments

Comments
 (0)