remove dead code
This commit is contained in:
2
rpc.js
2
rpc.js
@@ -1883,8 +1883,6 @@ RPC.create = function (
|
|||||||
};
|
};
|
||||||
|
|
||||||
var rpc0 = function (ctx, data, respond) {
|
var rpc0 = function (ctx, data, respond) {
|
||||||
if (!Env.msgStore) { Env.msgStore = ctx.store; }
|
|
||||||
|
|
||||||
if (!Array.isArray(data)) {
|
if (!Array.isArray(data)) {
|
||||||
Log.debug('INVALID_ARG_FORMET', data);
|
Log.debug('INVALID_ARG_FORMET', data);
|
||||||
return void respond('INVALID_ARG_FORMAT');
|
return void respond('INVALID_ARG_FORMAT');
|
||||||
|
|||||||
Reference in New Issue
Block a user