Skip to content

Commit

Permalink
Remove a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedya committed Sep 30, 2022
1 parent 022171c commit 25127c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/entrypoints/admin/page-chooser-modal.js
Expand Up @@ -31,7 +31,6 @@ const PAGE_CHOOSER_MODAL_ONLOAD_HANDLERS = {
const initialPageResultsHtml = $('.page-results', modal.body).html();

/* add class for modal resizing */
console.log($(modal.body).closest('#modal-workflow-dialog'))
$(modal.body).closest('#modal-workflow-dialog').addClass('w-dialog--with-listing');

let request;
Expand Down

0 comments on commit 25127c8

Please sign in to comment.