Remove goofy comment leftover
| @@ -8753,7 +8753,7 @@ function formatSwipeCounter(current, total) { | ||
| 8753 | 8753 | * @param {string} [params.source] The source of the swipe event. |
| 8754 | 8754 | * @param {boolean} [params.repeated] Is the swipe event repeated. |
| 8755 | 8755 | */ |
| 8756 | 8756 | function swipe_left(_event, { source, repeated } = {}) { // when we swipe left..but no generation. |
| 8757 | 8757 | if (chat.length - 1 === Number(this_edit_mes_id)) { |
| 8758 | 8758 | closeMessageEditor(); |
| 8759 | 8759 | } |