Skip to content

Commit

Permalink
chore: console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jijiseong committed Jul 9, 2024
1 parent 4a92d99 commit 49cd967
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ interface Props {
}

function FileSection({ files }: Props) {
console.log(files);
return (
<section className="flex justify-end">
<DropdownMenu>
Expand Down

0 comments on commit 49cd967

Please sign in to comment.