remove spurious inspect line

This commit is contained in:
byte[] 2020-01-12 11:52:05 -05:00
parent ce534b7962
commit 85a903a191

View file

@ -1,6 +1,5 @@
.form .form
= form_for @filter, @route, fn f -> = form_for @filter, @route, fn f ->
- IO.inspect @filter.data
= if @filter.action do = if @filter.action do
#error_explanation #error_explanation
' Oops, something went wrong! Please check the errors below. ' Oops, something went wrong! Please check the errors below.