We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620d5e5 commit b01336fCopy full SHA for b01336f
website2/src/app/clean-air-forum/glossary/page.tsx
@@ -27,7 +27,6 @@ const Page: React.FC = () => {
27
// Render the main glossary content.
28
const glossaryHTML = renderContent(selectedEvent.glossary_details);
29
const showGlossaryMain = isValidGlossaryContent(glossaryHTML);
30
- console.info(glossaryHTML);
31
32
// Filter extra sections assigned to the "glossary" page.
33
const glossarySections = selectedEvent.sections?.filter((section: any) => {
0 commit comments