aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-02-26 21:11:36 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-02-26 21:11:36 -0500
commit7d9fae09e8906e5636f6ea695ad560797b08d023 (patch)
tree3a994072fc1b724c49531e20e546e54469b4d8f4 /src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx
parentb623446ec0e71a3f696d14c3f169781c99f7e7b7 (diff)
something broke, reverting
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx
index a80df8468..e8e9dca4f 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx
@@ -90,7 +90,6 @@ export class Template {
isValidTemplate = (cols: Col[]) => {
const matches: number[][] = this.getMatches(cols);
const maxMatches: number = this.maxMatches(matches);
- console.log('title: ', this.mainField.getTitle(), ' matches: ', matches, ' max: ', maxMatches, ' num content fields: ', this.contentFields.length)
return maxMatches === this.contentFields.length;
}