summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/steps/booking_meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/booking/steps/booking_meta.html')
-rw-r--r--dashboard/src/templates/booking/steps/booking_meta.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/src/templates/booking/steps/booking_meta.html b/dashboard/src/templates/booking/steps/booking_meta.html
index a42e158..e4881ae 100644
--- a/dashboard/src/templates/booking/steps/booking_meta.html
+++ b/dashboard/src/templates/booking/steps/booking_meta.html
@@ -58,7 +58,6 @@
{% block onleave %}
var ajaxForm = $("#booking_meta_form");
var formData = ajaxForm.serialize();
-console.log(formData);
req = new XMLHttpRequest();
req.open("POST", "/wf/workflow/", false);
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");