ui: trim logs
This commit is contained in:
parent
f6cf1cfb4a
commit
922ccede98
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue