summaryrefslogtreecommitdiff
path: root/proxy/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/index.js')
-rw-r--r--proxy/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/proxy/index.js b/proxy/index.js
index b530c7a3..844bf3e7 100644
--- a/proxy/index.js
+++ b/proxy/index.js
@@ -103,7 +103,6 @@ function stream (req, res) {
mime = 'text/html'
}
if (url == '/cordova.js') {
- console.log(url)
res.writeHead(200, 'OK', { 'Content-type': 'application/javascript' })
res.end('{}')
return