From d5a9567c75e121b73f376718c311585b70f4bf22 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Wed, 9 Apr 2025 21:23:53 -0400 Subject: fixed field validity mapping and type changing --- src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts index cf6e145cb..2fe146b1c 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts @@ -65,7 +65,6 @@ export class Template { printFieldInfo = () => { this.allFields.forEach(field => { const doc = field.renderedDoc; - console.log('title: ', field.getTitle(), ' width: ', doc?.width); }); }; -- cgit v1.2.3-70-g09d2