diff --git a/public/index.html b/public/index.html
index 822ea84..e54e784 100644
--- a/public/index.html
+++ b/public/index.html
@@ -763,23 +763,6 @@
return () => clearInterval(interval);
}, [callsign]);
- return { data, loading };
- };
- setData([{
- freq: '---',
- call: 'ERROR',
- comment: 'Could not connect to DX cluster',
- time: '--:--z',
- spotter: ''
- }]);
- }
- finally { setLoading(false); }
- };
- fetchDX();
- const interval = setInterval(fetchDX, 30000); // 30 second refresh
- return () => clearInterval(interval);
- }, []);
-
return { data, loading };
};