Merge "Removes log button in deployment"
[pharos-tools.git] / dashboard / src / templates / booking / steps / booking_meta.html
index a42e158..e4881ae 100644 (file)
@@ -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");