Remove console.log

This commit is contained in:
Sam Nolan 2022-07-13 15:33:38 +10:00
parent 0c7ac98aaf
commit a5a131daf1
2 changed files with 0 additions and 2 deletions

View File

@ -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 }}>

View File

@ -529,7 +529,6 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
const withoutEditor = <div className="mt-3">{tabs}</div>;
console.log(vars);
return (
<SquiggleContainer>
<StyledTab.Group>