Skip to content

Commit c06ecd0

Browse files
author
Kevin Solorio
committed
remove debugger
1 parent ec4d875 commit c06ecd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/assets/v2/js/grants/_new.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Vue.mixin({
153153
return true; // no errors, continue to create grant
154154
},
155155
submitForm: async function(event) {
156-
debugger;
157156
event.preventDefault();
158157
let vm = this;
159158
let form = vm.form;

0 commit comments

Comments
 (0)