web: minor, remove unused code

This commit is contained in:
King Kévin 2023-01-27 02:04:37 +01:00
parent 6f9989393f
commit 57fa8369f3
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ function select()
img.src = attachment;
a.appendChild(img);
attachments.appendChild(a);
console.log(attachments);
}
}
}