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