We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba9f74 commit 372e503Copy full SHA for 372e503
src/EsnetMatrix.tsx
@@ -16,7 +16,7 @@ interface Props extends PanelProps<MatrixOptions> {
16
export const EsnetMatrix: React.FC<Props> = ({ options, data, width, height, id }) => {
17
// console.log(data);
18
const theme = useTheme2();
19
- console.log(options);
+ // console.log(options);
20
const parsedData = parseData(data, options, theme);
21
try {
22
if (parsedData.data === 'too many inputs') {
0 commit comments