Skip to content

Commit

Permalink
feat: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Sep 2, 2024
1 parent 6847b78 commit c4bbf90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ export const comment = (() => {
}

if (id && form.value === form.getAttribute('data-original') && isChecklist === isPresent) {
if (presence) {
presence.disabled = false;
}

changeButton(id, false);
document.getElementById(`inner-${id}`).remove();
return;
Expand Down

0 comments on commit c4bbf90

Please sign in to comment.