Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Mar 22, 2024
1 parent 172705d commit 3b7c4ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/app/project/table/detail-slide-over.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const DetailSlideOver = (props: Props) => {
project,
} = props

console.log("project", project)

const [key, setKey] = useState(keyword.key)
const [isWarning, setIsWarning] = useState(false)

Expand Down

0 comments on commit 3b7c4ac

Please sign in to comment.