diff --git a/website/src/App.tsx b/website/src/App.tsx index a1de34c..2080c27 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -349,7 +349,6 @@ class App extends Component { dictionary.update(() => { // this.setState({ dictionaryStatus: "updating" }); }).then(({ dictionaryInfo }) => { - console.log({ dictionaryInfo, old: this.state.dictionaryInfo }) //if (this.state.dictionaryInfo?.release !== dictionaryInfo?.release) { // to avoid unnecessary re-rendering that breaks things this.setState({