Commit ef1392a5a279582202f79eeca3c154e3e8eef231
Remove unnecessary code
cel committed on 8/22/2018, 5:39:48 AMParent: aaf01da7e2cbb2e5f5dc2c3afdc312df17a9aef4
Files changed
bootstrap/bin.js | changed |
index.js | changed |
bootstrap/bin.js | ||
---|---|---|
@@ -335,9 +335,8 @@ | ||
335 | 335 … | |
336 | 336 … | function blobsWant(id, cb) { |
337 | 337 … | var hash = idToBuf(id) |
338 | 338 … | var filename = blobFilename(hash) |
339 | - cb(new Error('not implemented')) | |
340 | 339 … | fetchAddBlob(id, hash, filename, {readIt: false}, function (err) { |
341 | 340 … | if (err) return cb(err) |
342 | 341 … | cb(null, true) |
343 | 342 … | }) |
index.js | ||
---|---|---|
@@ -254,11 +254,8 @@ | ||
254 | 254 … | }) |
255 | 255 … | ) |
256 | 256 … | } |
257 | 257 … | |
258 | -function getVersionBranches(sbot, link, cb) { | |
259 | -} | |
260 | - | |
261 | 258 … | // For each dependency that is not a bundledDependency, get message ids for |
262 | 259 … | // that dependency name + version. |
263 | 260 … | function publishSingleMention(sbot, mention, cb) { |
264 | 261 … | if (!sbot.links2) return cb(new Error('ssb-links scuttlebot plugin is required to publish ssb-npm packages')) |
Built with git-ssb-web