Skip to content

Commit

Permalink
Removed extra logging
Browse files Browse the repository at this point in the history
Some logging is used within the code for errors etc. - these have been kept
  • Loading branch information
droberts-ctrlo committed Oct 11, 2023
1 parent e78679b commit 63194c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/frontend/components/modal/modals/curval/lib/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ class CurvalModalComponent extends ModalComponent {
setupSubmit() {
const self = this

if(this.element.getAttribute('listener')) {
logging.info("listener already set up");
return;
}

$(this.element).on("submit", ".curval-edit-form", function(e) {
// Don't show close warning when user clicks submit button
self.el.off('hide.bs.modal')
Expand Down

0 comments on commit 63194c9

Please sign in to comment.