diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-04-09 21:23:53 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-04-09 21:23:53 -0400 |
| commit | d5a9567c75e121b73f376718c311585b70f4bf22 (patch) | |
| tree | a29c1e9ff2a7013d28c39ca113ba68ae0d2e453e /src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts | |
| parent | e9bc998554515ecbe86f7d00b01d3cf5d2048b6e (diff) | |
fixed field validity mapping and type changing
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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); }); }; |
