Skip to content

Commit 7d8c9df

Browse files
fix: remove log
1 parent 3eaef7a commit 7d8c9df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apps/tabular/views/FieldModal.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<dd>{{ columnInfos.format }}</dd>
1818
<dt>Nombre de valeurs distinctes</dt>
1919
<dd>{{ columnInfos.nb_distinct }}</dd>
20-
{{ python_type }}
2120
<span v-if="columnInfos.python_type == 'float' || columnInfos.python_type == 'int'">
2221
<dt>Valeur minimale</dt>
2322
<dd>{{ columnInfos.min }}</dd>

0 commit comments

Comments
 (0)