diff --git a/index.js b/index.js
index f064584..8c217e3 100755
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#! /usr/bin/env node
try {
require('./newrelic')
diff --git a/lib/components/App.js b/lib/components/App.js
index dc65b7d..740c9e4 100644
--- a/lib/components/App.js
+++ b/lib/components/App.js
@@ -43,6 +43,7 @@ export default class App extends React.Component {
+
diff --git a/lib/wt.js b/lib/wt.js
index 0f7a20c..c26c48b 100644
--- a/lib/wt.js
+++ b/lib/wt.js
@@ -1,4 +1,3 @@
-import WebTorrent from 'webtorrent'
import socket from 'filepizza-socket'
export function getClient() {
diff --git a/package.json b/package.json
index 5f1f968..5a8a337 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,6 @@
"stylus": "^0.50.0",
"twilio": "^2.3.0",
"webrtcsupport": "^2.1.2",
- "webtorrent": "^0.56.0",
"winston": "^1.0.1",
"xkcd-password": "^1.2.0"
},