We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab5b8b commit 4c1ab79Copy full SHA for 4c1ab79
src/report/Report.tsx
@@ -72,8 +72,6 @@ export const NeoReport = ({
72
const setSchema = (id, schema) => {
73
if (type === 'graph' || type === 'map') {
74
setSchemaDispatch(id, schema);
75
- } else {
76
- console.log('Not a valid report type for Schema');
77
}
78
};
79
const populateReport = (debounced = true) => {
0 commit comments