Deleted unnecessary log

This commit is contained in:
CSantos 2018-11-27 12:01:57 +01:00
parent 2e10ab8296
commit 6327f068c3

View File

@ -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,