remove console log at start
This commit is contained in:
parent
e9ea60f404
commit
25ca106b5c
@ -35,8 +35,6 @@ class App extends Component<{}, AppState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
console.log(this)
|
|
||||||
|
|
||||||
socket.on("first_connect", (data: FirstConnectMessage) => {
|
socket.on("first_connect", (data: FirstConnectMessage) => {
|
||||||
this.setState({
|
this.setState({
|
||||||
current_price: data.prices[data.prices.length - 1],
|
current_price: data.prices[data.prices.length - 1],
|
||||||
|
Loading…
Reference in New Issue
Block a user