Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weitheng01 committed Jan 28, 2025
1 parent 2998771 commit 3cdc125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/FaceLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3cdc125

Please sign in to comment.