git ssb

16+

Dominic / patchbay



Commit 52c34977c0214acc87c97b0d4543368197a81664

remove logging

Dominic Tarr committed on 7/21/2016, 5:01:37 AM
Parent: be83388e349e11675d91cfaaf75f2c73b39d0041

Files changed

config.jschanged
modules/blob-url.jschanged
config.jsView
@@ -22,12 +22,11 @@
2222 }
2323 else
2424 blobsUrl = 'http://localhost:8989/blobs/get'
2525
26- console.log('CONFIG', remote, blobsUrl)
27-
2826 return {
2927 remote: remote,
3028 blobsUrl: blobsUrl
3129 }
3230 }
3331
32+
modules/blob-url.jsView
@@ -2,8 +2,8 @@
22
33 exports.blob_url = function (link) {
44 if('string' == typeof link.link)
55 link = link.link
6- console.log(config(), link)
76 return config().blobsUrl + '/'+link
87 }
98
9+

Built with git-ssb-web