Clean-up console logs

This commit is contained in:
Cohee
2024-07-06 15:29:47 +03:00
parent bd4f3e733f
commit c55ad419dd
5 changed files with 18 additions and 13 deletions

View File

@ -6110,7 +6110,7 @@ export function changeMainAPI() {
}
if (selectedVal === 'textgenerationwebui' || selectedVal === 'novel') {
console.log('enabling amount_gen for ooba/novel');
console.debug('enabling amount_gen for ooba/novel');
activeItem.amountGenElem.find('input').prop('disabled', false);
activeItem.amountGenElem.css('opacity', 1.0);
}