Remove debug log
| @@ -7528,7 +7528,7 @@ export function showSwipeButtons() { | ||
| 7528 | 7528 | } |
| 7529 | 7529 | |
| 7530 | 7530 | export function hideSwipeButtons() { |
| 7531 | 7531 | // console.error('hideswipebuttons entered'); |
| 7532 | 7532 | $('#chat').find('.swipe_right').hide(); |
| 7533 | 7533 | $('#chat').find('.last_mes .swipes-counter').hide(); |
| 7534 | 7534 | $('#chat').find('.swipe_left').hide(); |