Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Solorio committed Sep 17, 2021
1 parent ec4d875 commit c06ecd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/v2/js/grants/_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ Vue.mixin({
return true; // no errors, continue to create grant
},
submitForm: async function(event) {
debugger;
event.preventDefault();
let vm = this;
let form = vm.form;
Expand Down

0 comments on commit c06ecd0

Please sign in to comment.