Skip to content

Commit

Permalink
🎨 chore: 清理无用 console
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Apr 8, 2021
1 parent 1d03691 commit 489429c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/journey-map/src/Stage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const Stage: FC<{ name: string; color: string }> = ({ name, color }) => {
const ref = useRef();
const { width } = useSize(ref);

console.log(width);
return (
<div
ref={ref}
Expand Down

0 comments on commit 489429c

Please sign in to comment.