console log cleanup

This commit is contained in:
RossAscends
2025-05-21 16:03:37 +09:00
parent 713f30ba03
commit b3e317393b

View File

@ -3371,7 +3371,6 @@ $(document).ready(() => {
});
$('#toastr_position').on('change', function () {
console.error('saw toastr position change');
const value = $(this).find(':selected').val();
power_user.toastr_position = String(value);
applyToastrPosition();