diff --git a/templates/role/form.html.twig b/templates/role/form.html.twig
index 700356d3..e30c5789 100644
--- a/templates/role/form.html.twig
+++ b/templates/role/form.html.twig
@@ -116,7 +116,6 @@
}
});
}).fail(function(response) {
- console.log(response.status);
if (response.status == 422 || response.status == 403) {
var errors = response.responseJSON.errors;
var firstfield = false;