Skip to content
Snippets Groups Projects
Commit 09b7f120 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

remove an errant console.log

parent 18dc9ef6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ const allowed = /^https:\/\/[a-zA-Z\.\-_]+\/\.well-known\/browserid$/;
var server = http.createServer(function (req, res) {
var url = req.url;
if (!allowed.test(url)) {
console.log('there');
res.writeHead(400);
res.end('You can\'t get there from here');
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment