diff --git a/src/App.js b/src/App.js index d670950..72499e8 100644 --- a/src/App.js +++ b/src/App.js @@ -266,13 +266,6 @@ class App extends Component { origin_asset_name: this.state.user.name, video_call_id: this.state.callId })); - // var userToCall = document.getElementById('calluser').value - // remoteUser = userToCall - // document.getElementById('invitestatus').innerHTML = " INVITATIE TRIMISA" - // document.getElementById('loadingOverlay').style.display = "block" - // var x = document.getElementById('calluser'); - // x.style.display = "none"; - // socket.emit('call', userToCall) } closeVideo = () => {