Remove debug log

This commit is contained in:
Cohee 2024-10-01 19:50:56 +03:00
parent d5b845345e
commit 80de28d251
1 changed files with 1 additions and 1 deletions

View File

@ -7528,7 +7528,7 @@ export function showSwipeButtons() {
}
export function hideSwipeButtons() {
console.error('hideswipebuttons entered');
// console.error('hideswipebuttons entered');
$('#chat').find('.swipe_right').hide();
$('#chat').find('.last_mes .swipes-counter').hide();
$('#chat').find('.swipe_left').hide();