Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Dec 11, 2023
1 parent 5d3c141 commit 31d432e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function SubmissionForms(props) {
Object.values(outputFormats).some((value) => value);

const showToast = (id, message) => {
console.log("uploadFiles", uploadedFiles);
// console.log("uploadFiles", uploadedFiles);
renderToast({ id, message });
setConversionCanBeStarted(false);
};
Expand Down

0 comments on commit 31d432e

Please sign in to comment.