Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArckyPN committed Mar 28, 2023
1 parent d291c31 commit 7119516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/public/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function XHRRequest(method: string, url: string, callback: () => void, body?: an
}

function deleteItem(index: number) {
// FIXME
let num = prompt("How do you want to delete?");
if ( num === null ) {
return;
Expand Down

0 comments on commit 7119516

Please sign in to comment.