diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index 93687021d..3a0b97f29 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -31,8 +31,6 @@ const attributes = computed(() => ({ props.columns ? 'columns' : 'stack' })) - -console.log("GRID", props.grid, props.grid ? 'grid-custom' : 'none')