Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-t06 committed May 1, 2024
1 parent adc3560 commit 0358d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/user/AddFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const AddFile = ({
const currFiles = Object.values(files);
const excludeDates = currFiles.map((fileObj) => fileObj.date);

console.log(excludeDates);
const excludedDatesString = excludeDates
.map((dateObj) => dateObj.toDateString())
.filter((date) => editFile?.date.toDateString() !== date ?? true);
Expand Down

0 comments on commit 0358d91

Please sign in to comment.