Commit 5cffb63fdf14eb3f8d854d5bbc37d5282796f402
remove console.logs
Ev Bogue committed on 1/17/2019, 9:07:27 PMParent: aea809f14ea3d28e04eb4744d9d7f5ad05bd7be0
Files changed
config.js | changed |
config.js | ||
---|---|---|
@@ -21,15 +21,15 @@ | ||
21 | 21 | setTimeout(function () { |
22 | 22 | location.reload() |
23 | 23 | }, 1000) |
24 | 24 | } |
25 | + config.host = host | |
26 | + config.blobsUrl = host + '/blobs/get/' | |
27 | + config.emojiUrl = host + '/img/emoji/' | |
25 | 28 | |
26 | - config.blobsUrl = 'http://localhost:8989/blobs/get/' | |
27 | - config.emojiUrl = 'http://localhost:8989/img/emoji/' | |
28 | 29 | if (config.address) { |
29 | 30 | addies = config.address.split(';') |
30 | 31 | config.remote = addies[1] |
31 | - console.log(addies[1]) | |
32 | - } | |
32 | + } | |
33 | 33 | |
34 | 34 | return config |
35 | 35 | } |
Built with git-ssb-web