Commit bae5f81b authored by martin hou's avatar martin hou

fix: 删除无效日志输出

parent ea5b6b81
......@@ -520,7 +520,7 @@ function Jensen(log, conn) {
startIndex += rst.length;
let msg = rst.message;
console.log('seq = ' + msg.sequence);
// console.log('seq = ' + msg.sequence);
// WARN: 接下来怎么整
let cname = msg.id === FACTORY_RESET ? 'factory-reset' : COMMAND_NAMES[msg.id];
let heading = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment