git ssb

3+

cel / ssb-publishguard



Commit a36d55035d9f7057b81da12a62dc54b8a2a120fa

Remove debug line

cel committed on 11/30/2018, 1:48:15 AM
Parent: a6ffb4b6caa73da7f7a2df6300a63f7ab02452cf

Files changed

confirm.jschanged
confirm.jsView
@@ -66,9 +66,8 @@
6666 }
6767 var json = JSON.stringify(msg, 0, 2)
6868 if (redirectBase) {
6969 var url = redirectBase + encodeURIComponent(msg.key)
70- console.error('redirect', url)
7170 res.writeHead(302, {'Location': url})
7271 res.end()
7372 } else {
7473 res.writeHead(200, {'Content-Type': 'text/html'})

Built with git-ssb-web