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) =>
|
||||
shape.discrete.concat(shape.continuous)
|
||||
);
|
||||
console.log(shapes.value);
|
||||
|
||||
return (
|
||||
<div style={{ width: widthProp }}>
|
||||
|
|
|
@ -529,7 +529,6 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
|
|||
|
||||
const withoutEditor = <div className="mt-3">{tabs}</div>;
|
||||
|
||||
console.log(vars);
|
||||
return (
|
||||
<SquiggleContainer>
|
||||
<StyledTab.Group>
|
||||
|
|
Loading…
Reference in New Issue
Block a user