diff --git a/templates/base/components/datatable/static/formtable/layout.ready.js.twig b/templates/base/components/datatable/static/formtable/layout.ready.js.twig index 993c80300..2b2991537 100644 --- a/templates/base/components/datatable/static/formtable/layout.ready.js.twig +++ b/templates/base/components/datatable/static/formtable/layout.ready.js.twig @@ -82,7 +82,6 @@ if (window.ResizeObserver) oFromScreen{{ sListIDForVarSuffix }}ResizeTimeout = setTimeout(function () { if ($("#{{ oUIBlock.GetId() }}_wrapper").height() > 0) { - console.warn("$_wrapper).height()"+$("#{{ oUIBlock.GetId() }}_wrapper").height()); if (heightDatatable{{ sListIDForVarSuffix }}> 0) { let calcul = $("#ibo-main-content").height()+heightDatatable{{ sListIDForVarSuffix }}-heightScreen{{ sListIDForVarSuffix }};