Remove goofy comment leftover

5d74507e507c8fab77fa66e880fb751ad8808f0f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -8753,7 +8753,7 @@ function formatSwipeCounter(current, total) {
87538753 * @param {string} [params.source] The source of the swipe event.
87548754 * @param {boolean} [params.repeated] Is the swipe event repeated.
87558755 */
87568756function swipe_left(_event, { source, repeated } = {}) { // when we swipe left..but no generation.
87578757 if (chat.length - 1 === Number(this_edit_mes_id)) {
87588758 closeMessageEditor();
87598759 }