remove console.log

This commit is contained in:
Alex Holliday
2025-01-27 07:11:19 -08:00
parent be6d2f25ea
commit 4624a51a80
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ import { useTheme } from "@emotion/react";
*/
const Host = ({ url, title, percentageColor, percentage }) => {
const theme = useTheme();
console.log(url, title);
return (
<Stack>
<Stack

View File

@@ -207,7 +207,6 @@ const UptimeDataTable = (props) => {
),
},
];
console.log("rendering");
return (
<Box
flex={1}