diff --git a/templates/form/table.html.twig b/templates/form/table.html.twig
index c65861c6d96ee85211611271cb51ac6e79cebbee..63991ce91007b8142727ddd58c00637c0db35a43 100644
--- a/templates/form/table.html.twig
+++ b/templates/form/table.html.twig
@@ -42,8 +42,6 @@
 #}
 
 <table{{ attributes.addClass('table') }}>
-  
-  <!-- what's up?! -->
 
   {% if caption %}
     <caption>{{ caption }}</caption>