Removing comment

Signed-off-by: Elizabeth Stranack <elstranack@expediagroup.com>
This commit is contained in:
Elizabeth Stranack
2022-01-25 08:41:20 -08:00
parent 75b0d21e89
commit d249d6742d
@@ -119,7 +119,6 @@ export const getProgressColor: GaugePropsGetColor = ({
*/
export function Gauge(props: GaugeProps) {
// const hoverRef = useRef<HTMLDivElement>(null);
const [hoverRef, setHoverRef] = useState<HTMLDivElement | null>(null);
const { getColor = getProgressColor } = props;
const classes = useStyles(props);