mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove debug log
This commit is contained in:
@ -7528,7 +7528,7 @@ export function showSwipeButtons() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function hideSwipeButtons() {
|
export function hideSwipeButtons() {
|
||||||
console.error('hideswipebuttons entered');
|
// console.error('hideswipebuttons entered');
|
||||||
$('#chat').find('.swipe_right').hide();
|
$('#chat').find('.swipe_right').hide();
|
||||||
$('#chat').find('.last_mes .swipes-counter').hide();
|
$('#chat').find('.last_mes .swipes-counter').hide();
|
||||||
$('#chat').find('.swipe_left').hide();
|
$('#chat').find('.swipe_left').hide();
|
||||||
|
Reference in New Issue
Block a user