Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo authored Jan 23, 2025
1 parent 0b3a7d7 commit e1641d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/components/form-group/autosave/lib/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class AutosaveModal extends AutosaveBase {
*/
async initAutosave() {
const $modal = $(this.element);
console.log("modal", this.element);
const $form = $('.form-edit');

$modal.find('.btn-js-restore-values').on('click', async (e) => {
Expand Down

0 comments on commit e1641d9

Please sign in to comment.