Remove logging statement

This commit is contained in:
Raphael Michel
2019-11-28 16:31:56 +01:00
parent 0474651070
commit 531c8aedc2

View File

@@ -165,9 +165,6 @@ $(function () {
}
})
$("input[id^=id_name_parts_], #id_email").change(function () {
console.log(copy_to_first_ticket);
console.log($(".questions-form").first().select("input[id*=attendee_email]"));
console.log($("#id_email").val());
if (copy_to_first_ticket) {
$(".questions-form").first().find("input[id*=attendee_email]").val($("#id_email").val());
$(".questions-form").first().find("input[id*=attendee_name_parts]").each(function () {