tile: removing debugger

This commit is contained in:
Hunter Miller 2023-09-29 09:39:26 -05:00
parent 42aade6148
commit f1a65228f0

View File

@ -39,9 +39,6 @@ export const Tile: FunctionComponent<TileProps> = ({
const pike = usePike(desk);
const { lightText, tileColor, menuColor, suspendColor, suspendMenuColor } =
useTileColor(color);
if (desk === 'canvas') {
debugger;
}
const status = getTileStatus(chad, pike, disabled);
const suspended = status === 'inactive';
const active = status === 'active';