Remove dead code

This commit is contained in:
yflory
2019-09-16 17:27:52 +02:00
parent 1639cf780d
commit 08b105bc10
4 changed files with 1 additions and 22 deletions

View File

@@ -112,8 +112,7 @@ define([
var network = ctx.store.network;
network.sendto(network.historyKeeper, JSON.stringify(msg)).then(function () {
}, function (err) {
// XXX throw?
throw new Error(err);
console.error(err);
});
};