Skip to content

Commit 4c1ab79

Browse files
committed
Remove console log
1 parent 1ab5b8b commit 4c1ab79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/report/Report.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export const NeoReport = ({
7272
const setSchema = (id, schema) => {
7373
if (type === 'graph' || type === 'map') {
7474
setSchemaDispatch(id, schema);
75-
} else {
76-
console.log('Not a valid report type for Schema');
7775
}
7876
};
7977
const populateReport = (debounced = true) => {

0 commit comments

Comments
 (0)