Remove comment

This commit is contained in:
Weitheng Haw 2025-01-28 12:16:48 +00:00
parent 2998771110
commit 3cdc12517b

View File

@ -133,7 +133,6 @@ export default function FaceLibrary() {
setIsCreatingFace(true);
try {
// Create a directory by making a POST request without a file
const resp = await axios.post(`/faces/${newFaceName}/create`);
if (resp.status === 200) {