diff --git a/frontend/src/components/FrontendManagement.js b/frontend/src/components/FrontendManagement.js
index 8152db0..520724c 100644
--- a/frontend/src/components/FrontendManagement.js
+++ b/frontend/src/components/FrontendManagement.js
@@ -166,7 +166,6 @@ const FrontendManagement = () => {
// CRITICAL FIX: Don't fetch if no cluster selected to prevent race condition
// Same race condition as BackendServers - prevents all frontends from appearing
if (!selectedCluster) {
- console.log('FETCH FRONTENDS: No cluster selected, skipping fetch');
setFrontends([]);
setFilteredFrontends([]);
return;
@@ -1437,26 +1436,34 @@ const FrontendManagement = () => {