Remove console.log
This commit is contained in:
parent
0c7ac98aaf
commit
a5a131daf1
|
@ -218,7 +218,6 @@ export const DistributionChart: React.FC<DistributionChartProps> = (props) => {
|
||||||
const domain = shapes.value.flatMap((shape) =>
|
const domain = shapes.value.flatMap((shape) =>
|
||||||
shape.discrete.concat(shape.continuous)
|
shape.discrete.concat(shape.continuous)
|
||||||
);
|
);
|
||||||
console.log(shapes.value);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ width: widthProp }}>
|
<div style={{ width: widthProp }}>
|
||||||
|
|
|
@ -529,7 +529,6 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
|
||||||
|
|
||||||
const withoutEditor = <div className="mt-3">{tabs}</div>;
|
const withoutEditor = <div className="mt-3">{tabs}</div>;
|
||||||
|
|
||||||
console.log(vars);
|
|
||||||
return (
|
return (
|
||||||
<SquiggleContainer>
|
<SquiggleContainer>
|
||||||
<StyledTab.Group>
|
<StyledTab.Group>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user