diff --git a/openvidu-library-react/src/App.js b/openvidu-library-react/src/App.js index a2a34c1f..cd0ebf0c 100644 --- a/openvidu-library-react/src/App.js +++ b/openvidu-library-react/src/App.js @@ -52,7 +52,6 @@ class App extends Component { joinSession(event) { if (this.state.mySessionId && this.state.myUserName) { this.getToken().then((token) => { - console.log('TOKEN CONSEGUIDO', token); this.setState({ token: token, session: true,