Commit a36d55035d9f7057b81da12a62dc54b8a2a120fa
Remove debug line
cel committed on 11/30/2018, 1:48:15 AMParent: a6ffb4b6caa73da7f7a2df6300a63f7ab02452cf
Files changed
confirm.js | changed |
confirm.js | |||
---|---|---|---|
@@ -66,9 +66,8 @@ | |||
66 | 66 … | } | |
67 | 67 … | var json = JSON.stringify(msg, 0, 2) | |
68 | 68 … | if (redirectBase) { | |
69 | 69 … | var url = redirectBase + encodeURIComponent(msg.key) | |
70 | - console.error('redirect', url) | ||
71 | 70 … | res.writeHead(302, {'Location': url}) | |
72 | 71 … | res.end() | |
73 | 72 … | } else { | |
74 | 73 … | res.writeHead(200, {'Content-Type': 'text/html'}) |
Built with git-ssb-web