portico: Fix accidental console.log statement.

This commit is contained in:
Tim Abbott 2017-08-15 15:23:16 -07:00
parent 41dbbcf062
commit c043d31074
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ $(function () {
$("#send_confirm").validate({
errorElement: "div",
errorPlacement: function (error) {
console.log("error", error);
$('.alert-error').empty();
error.appendTo(".alert-error")
.addClass("text-error");