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(() => {
33713371 });
33723372
33733373 $('#toastr_position').on('change', function () {
3374- console.error('saw toastr position change');
33753374 const value = $(this).find(':selected').val();
33763375 power_user.toastr_position = String(value);
33773376 applyToastrPosition();