Skip to content

Commit 2f011f7

Browse files
(removed) console.logs
1 parent f4064ba commit 2f011f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/components/StateRoute.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ import ComponentMap from './ComponentMap';
1616
// import PerfView from './PerfView';
1717
import AtomsRelationship from './AtomsRelationship.jsx';
1818
import PerformanceVisx from './PerformanceVisx.tsx';
19-
2019
import Example from './AtomsRelationship.jsx';
2120
import { ParentSize } from '@visx/responsive';
2221
import { Console } from 'console';
2322
import Legendary from './legend';
2423

2524
const History = require('./History').default;
26-
2725
const ErrorHandler = require('./ErrorHandler').default;
2826

2927
const NO_STATE_MSG =
@@ -48,8 +46,6 @@ interface StateRouteProps {
4846
const StateRoute = (props: StateRouteProps) => {
4947
const { snapshot, hierarchy, snapshots, viewIndex } = props;
5048

51-
console.log(hierarchy)
52-
5349
const isRecoil = snapshot.atomsComponents ? true : false;
5450
const [noRenderData, setNoRenderData] = useState(false);
5551

0 commit comments

Comments
 (0)