diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 7d3369adf..bc6eab15a 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -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();