diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-12-04 17:49:11 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-12-04 17:49:11 -0500 |
commit | 2b9251f36be19b9fab9ce6ccc9280321c032fc0f (patch) | |
tree | 58d52635076eca9f0cf6681d9e15f5f3c9e4ac88 /src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | |
parent | af94458be6620ae8a05730f17ee3fc4ec403cf09 (diff) |
stuff seems to have broken... (some changes relating to doc rerendering)
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx index 4680b0316..94ef1d212 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx @@ -147,8 +147,6 @@ export class Template { if (mt[i] !== -1) ++count; } - console.log(this.mainField.getTitle(), count) - return count; }; |