git ssb

3+

cel / ssb-npm-registry



Commit ef1392a5a279582202f79eeca3c154e3e8eef231

Remove unnecessary code

cel committed on 8/22/2018, 5:39:48 AM
Parent: aaf01da7e2cbb2e5f5dc2c3afdc312df17a9aef4

Files changed

bootstrap/bin.jschanged
index.jschanged
bootstrap/bin.jsView
@@ -335,9 +335,8 @@
335335
336336 function blobsWant(id, cb) {
337337 var hash = idToBuf(id)
338338 var filename = blobFilename(hash)
339- cb(new Error('not implemented'))
340339 fetchAddBlob(id, hash, filename, {readIt: false}, function (err) {
341340 if (err) return cb(err)
342341 cb(null, true)
343342 })
index.jsView
@@ -254,11 +254,8 @@
254254 })
255255 )
256256 }
257257
258-function getVersionBranches(sbot, link, cb) {
259-}
260-
261258 // For each dependency that is not a bundledDependency, get message ids for
262259 // that dependency name + version.
263260 function publishSingleMention(sbot, mention, cb) {
264261 if (!sbot.links2) return cb(new Error('ssb-links scuttlebot plugin is required to publish ssb-npm packages'))

Built with git-ssb-web