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