- removed console.logs

This commit is contained in:
2025-10-30 10:53:48 +00:00
parent a8abed2246
commit 39629897d4
3 changed files with 0 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ const SoundUpload = () => {
};
const handleSubmit = async (values: SoundUploadValue) => {
console.log(values);
if (!values.soundFile) {
toast.warning("Please select an audio file");
return;