Skip to content

Commit fa14288

Browse files
committed
Removed log statement
1 parent 376a7a4 commit fa14288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chart/json/JSONChart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const NeoJSONChart = (props: ChartProps) => {
1212
const { records, settings } = props;
1313
const type = settings && settings.format ? settings.format : 'json';
1414
const value = type == 'json' ? JSON.stringify(records, null, 2) : YAML.stringify(records, null, 2);
15-
console.log(type, value);
1615
return (
1716
<div style={{ marginTop: '0px' }}>
1817
<TextareaAutosize

0 commit comments

Comments
 (0)