remove stray console.log (#86440)
This commit is contained in:
@@ -15,7 +15,6 @@ export interface Props {
|
||||
|
||||
export const GrotCTA = ({ width = 'auto', height }: Props) => {
|
||||
const styles = useStyles2(getStyles);
|
||||
console.log(styles);
|
||||
|
||||
return <SVG src={grotCTASvg} className={styles.svg} height={height} width={width} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user