Skip to content

Commit b3d7ccd

Browse files
Remove console.log from test
1 parent 7e5b228 commit b3d7ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/javascript/src/validated_form.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ $(() => { // JQuery's callback for the DOM loading
253253
if ($('#case_contact_miles_driven').length) {
254254
safeInstantiateComponent('non driving contact medium warning', () => {
255255
const contactMediumWithMilesDrivenWarning = new NonDrivingContactMediumWarning(validatedFormCollection.find('.contact-medium.form-group input:not([type=hidden]), #case_contact_miles_driven'), pageNotifier)
256-
console.log(contactMediumWithMilesDrivenWarning)
257256
validatableFormSectionComponents.push(contactMediumWithMilesDrivenWarning)
258257
})
259258
}

0 commit comments

Comments
 (0)