diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx
index 0395b4c..b3e1d26 100644
--- a/src/ui/CustomContextMenu.tsx
+++ b/src/ui/CustomContextMenu.tsx
@@ -129,25 +129,19 @@ export function CustomContextMenu(props: TLUiContextMenuProps) {
- {/* Drawfast - temporarily hidden until in better working state
- */}
- {/* Holon - temporarily hidden until in better working state
- */}
- {/* Terminal (Multmux) - temporarily hidden until in better working state
- */}
- {/* MycroZineGenerator temporarily disabled for debugging */}
+
diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx
index 2bbc24e..5856732 100644
--- a/src/ui/CustomToolbar.tsx
+++ b/src/ui/CustomToolbar.tsx
@@ -695,7 +695,6 @@ export function CustomToolbar() {
isSelected={tools["Markdown"].id === editor.getCurrentToolId()}
/>
)}
- {/* MycroZine Generator temporarily disabled for debugging
{tools["MycroZineGenerator"] && (
)}
- */}
{tools["Prompt"] && (
)}
- {/* Holon - temporarily hidden until in better working state
{tools["Holon"] && (
)}
- */}
{tools["FathomMeetings"] && (
)}
- {/* Terminal (Multmux) - temporarily hidden until in better working state
{tools["Multmux"] && (
)}
- */}
{tools["Map"] && (