remove console.log

This commit is contained in:
JuliusHerrmann 2022-01-19 17:43:10 +01:00
parent 73fda8979d
commit d5a692f0c6

View File

@ -28,7 +28,6 @@ class Graph extends React.Component {
componentDidUpdate(prevProps, _) {
//only recalculate the layout if graph has changed
if (prevProps.graphData !== this.props.graphData) {
console.log("updated component => error");
this.layoutGraph();
this.setState({step: 0}, () => {
//first crop the animation