From c8b381d81641f85acdde9920ae02c36a1e82b4ab Mon Sep 17 00:00:00 2001 From: Toba Ojo Date: Wed, 15 Oct 2025 12:43:14 +0100 Subject: [PATCH] - code clean up --- src/pages/Dashboard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 53121d2..c42e73e 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -5,7 +5,6 @@ import { CAM_BASE } from "../utils/config"; const Dashboard = () => { const base_url = `${CAM_BASE}/SightingList/sightingSummary?mostRecentRef=`; - // const folkstone = `http://100.116.253.81/mergedHistory/sightingSummary?mostRecentRef=`; return (