git ssb

2+

ev / mvd



Commit 5cffb63fdf14eb3f8d854d5bbc37d5282796f402

remove console.logs

Ev Bogue committed on 1/17/2019, 9:07:27 PM
Parent: aea809f14ea3d28e04eb4744d9d7f5ad05bd7be0

Files changed

config.jschanged
config.jsView
@@ -21,15 +21,15 @@
2121 setTimeout(function () {
2222 location.reload()
2323 }, 1000)
2424 }
25 + config.host = host
26 + config.blobsUrl = host + '/blobs/get/'
27 + config.emojiUrl = host + '/img/emoji/'
2528
26- config.blobsUrl = 'http://localhost:8989/blobs/get/'
27- config.emojiUrl = 'http://localhost:8989/img/emoji/'
2829 if (config.address) {
2930 addies = config.address.split(';')
3031 config.remote = addies[1]
31- console.log(addies[1])
32- }
32 + }
3333
3434 return config
3535 }

Built with git-ssb-web