Remove debug log

80de28d251b293bc3acb9405b53cc75396167939

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

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -7528,7 +7528,7 @@ export function showSwipeButtons() {
7528}7528}
75297529
7530export function hideSwipeButtons() {7530export 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();