console log cleanup

b3e317393b341ade21f53d46327aaa4012f354ce

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +0 -1Ignore whitespace
public/scripts/power-user.js+0 -1
@@ -3371,7 +3371,6 @@ $(document).ready(() => {
3371 });3371 });
33723372
3373 $('#toastr_position').on('change', function () {3373 $('#toastr_position').on('change', function () {
3374 console.error('saw toastr position change');
3375 const value = $(this).find(':selected').val();3374 const value = $(this).find(':selected').val();
3376 power_user.toastr_position = String(value);3375 power_user.toastr_position = String(value);
3377 applyToastrPosition();3376 applyToastrPosition();