Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 9, 2024
1 parent 8275c69 commit 8e4fb33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/lines/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const Lines = ({
hoveringColumnsNumber = 0,
hoveredIndex,
}: LinesProps) => {
console.log(hoveringColumnsNumber, Array(hoveringColumnsNumber).fill(null))
const gridColumns = {
'grid transition-all duration-500': true,
'grid-cols-[1.2fr_0.9fr_0.9fr]': hoveredIndex === 0,
Expand Down

0 comments on commit 8e4fb33

Please sign in to comment.