From 80de28d251b293bc3acb9405b53cc75396167939 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:50:56 +0300 Subject: [PATCH] Remove debug log --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 48ebbdc78..994a0be91 100644 --- a/public/script.js +++ b/public/script.js @@ -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();