Skip to content

Commit 372e503

Browse files
committed
clean up
1 parent 8ba9f74 commit 372e503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EsnetMatrix.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface Props extends PanelProps<MatrixOptions> {
1616
export const EsnetMatrix: React.FC<Props> = ({ options, data, width, height, id }) => {
1717
// console.log(data);
1818
const theme = useTheme2();
19-
console.log(options);
19+
// console.log(options);
2020
const parsedData = parseData(data, options, theme);
2121
try {
2222
if (parsedData.data === 'too many inputs') {

0 commit comments

Comments
 (0)