summaryrefslogtreecommitdiff
path: root/proxy/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-05 15:24:37 -0500
committerJules Laplace <jules@okfoc.us>2015-11-05 15:24:37 -0500
commit798fc4efb2da2ba0bc730bbb409993239edc0c63 (patch)
treeee97fd36a7ce1617154fe0b7d59206475552bf1c /proxy/index.js
parentbf178382eca98280c5525f51363f734abce0cf6b (diff)
extracting product descriptions
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