From 6327f068c374774fb0b36989bac9b24fb01b6ed5 Mon Sep 17 00:00:00 2001 From: CSantos <4a.santos@gmail.com> Date: Tue, 27 Nov 2018 12:01:57 +0100 Subject: [PATCH] Deleted unnecessary log --- openvidu-library-react/src/App.js | 1 - 1 file changed, 1 deletion(-) 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,