diff --git a/.env b/.env
index 36aa617..0b5fb77 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
-VITE_DEBUG_MODE=true
+VITE_DEBUG_MODE=false
VITE_EFC_API_URL=https://api.efc-aduanasoft.com/api/v1
VITE_EFC_MICROSERVICE_URL=https://api.efc-aduanasoft.com/microservice/api/v1
diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx
index 0a1465d..000d8ab 100644
--- a/src/components/Sidebar.jsx
+++ b/src/components/Sidebar.jsx
@@ -75,16 +75,6 @@ export default function Sidebar() {
)
- },
- {
- name: 'Agenda',
- path: '/agenda',
- icon: (
-
- )
}
]
},