Remove dead code
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user