Skip to content

Commit

Permalink
fix: remove debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
Daellhin committed Oct 2, 2024
1 parent 68c630b commit 6ec29d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/announcements/AnnouncementsTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@
</tbody>
</table>
</div>
{dragDisabled}
{dragFullyDisabled}
{filteredDragableAnnouncements.map(e => e.value.title)}
<TableFooter
filteredLength={filteredDragableAnnouncements.length}
fullLength={dragableAnnouncements.length}
Expand Down

0 comments on commit 6ec29d0

Please sign in to comment.