remove dead code

This commit is contained in:
ansuz 2019-09-04 14:42:59 +02:00
parent 8a0292d067
commit ec2b5dd01f
1 changed files with 0 additions and 2 deletions

2
rpc.js
View File

@ -1883,8 +1883,6 @@ RPC.create = function (
};
var rpc0 = function (ctx, data, respond) {
if (!Env.msgStore) { Env.msgStore = ctx.store; }
if (!Array.isArray(data)) {
Log.debug('INVALID_ARG_FORMET', data);
return void respond('INVALID_ARG_FORMAT');