mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-28 12:49:39 -06:00
Merge pull request #825 from bluewave-labs/fix/remove-console-log
Remove console.log
This commit is contained in:
@@ -13,7 +13,6 @@ const Card = ({ monitor }) => {
|
||||
const theme = useTheme();
|
||||
const navigate = useNavigate();
|
||||
const monitorState = determineState(monitor);
|
||||
console.log(monitorState);
|
||||
return (
|
||||
<Grid
|
||||
item
|
||||
|
||||
Reference in New Issue
Block a user