mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
Remove debug log
This commit is contained in:
parent
d5b845345e
commit
80de28d251
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user