Skip to content

Commit 976c06e

Browse files
committed
refactor: remove debug logging from removeFileFromList function
1 parent 019d6d8 commit 976c06e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

custom/imageGenerator.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,7 @@ async function handleAddFile(event) {
506506
}
507507
508508
function removeFileFromList(index: number) {
509-
console.log('Removing file at index', index);
510-
console.log('RequestAttachmentFiles before', requestAttachmentFiles.value);
511509
requestAttachmentFiles.value!.splice(index, 1);
512-
console.log('RequestAttachmentFiles after', requestAttachmentFiles.value);
513510
requestAttachmentFilesUrls.value.splice(index, 1);
514511
}
515512

0 commit comments

Comments
 (0)