Remove unused code.

This commit is contained in:
Håvar Aambø Fosstveit
2019-11-05 15:17:56 +01:00
parent 7e3e4cdd67
commit 99575f330b
-7
View File
@@ -1,12 +1,5 @@
// import io from 'socket.io-client';
// import * as mediasoupClient from 'mediasoup-client';
// import WebTorrent from 'webtorrent';
// import createTorrent from 'create-torrent';
// import saveAs from 'file-saver';
import Logger from './Logger'; import Logger from './Logger';
import hark from 'hark'; import hark from 'hark';
// import ScreenShare from './ScreenShare';
// import Spotlights from './Spotlights';
import { getSignalingUrl } from './urlFactory'; import { getSignalingUrl } from './urlFactory';
import * as requestActions from './actions/requestActions'; import * as requestActions from './actions/requestActions';
import * as meActions from './actions/meActions'; import * as meActions from './actions/meActions';