Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerice committed Feb 9, 2024
1 parent 7ad85fc commit 697613b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class PositionedOverlay extends PureComponent<
width: nextWidth,
zIndex: zIndexOverride || zIndex || undefined,
};
console.log(style);

const className = classNames(
styles.PositionedOverlay,
fixed && styles.fixed,
Expand Down

0 comments on commit 697613b

Please sign in to comment.