mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-28 12:49:39 -06:00
remove console.log
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -207,7 +207,6 @@ const UptimeDataTable = (props) => {
|
||||
),
|
||||
},
|
||||
];
|
||||
console.log("rendering");
|
||||
return (
|
||||
<Box
|
||||
flex={1}
|
||||
|
||||
Reference in New Issue
Block a user