Skip to content

Commit

Permalink
Removed the commented nested block
Browse files Browse the repository at this point in the history
  • Loading branch information
brownbeardeveloper committed May 29, 2024
1 parent 35c1f56 commit 78b13f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/upload-file.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export default function UploadFile({ setSavedPageIndex, setReadmode, pefObject,

function handleAddFile(acceptedFiles) {

{/* for debug */}
// console.log("acceptedFiles:", acceptedFiles)

if (acceptedFiles) {
if (checkIfPefFileType(acceptedFiles[0].type)) {
setFileName(acceptedFiles[0].name);
Expand Down

0 comments on commit 78b13f3

Please sign in to comment.