ui: trim logs

This commit is contained in:
nick-delirium 2024-12-10 10:55:08 +01:00
parent f6cf1cfb4a
commit 922ccede98
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 0 additions and 3 deletions

View file

@ -194,8 +194,6 @@ function WebOverviewPanelCont() {
}
}, [tabStates, currentTab, dataSource, tabValues]);
console.log(showSingleTab, frustrationsList, performanceChartData);
const fetchPresented = fetchList.length > 0;
const resourceList = resourceListUnmap
.filter((r: any) => r.isRed || r.isYellow)

View file

@ -122,7 +122,6 @@ function Timeline({ isMobile }: { isMobile: boolean }) {
return Math.max(Math.round(p * targetTime), 0);
};
console.log(devtoolsLoading , domLoading, !ready)
return (
<div
className="flex items-center absolute w-full"