Commit f7dc839d authored by martin hou's avatar martin hou

fix: 取消全排除的更改

parent f4609026
......@@ -262,7 +262,6 @@ function Jensen(log, conn) {
};
this.send = function (cmd, seconds, onprogress) {
if (current) return null;
cmd.sequence(sequence++);
cmd.onprogress = onprogress;
if (seconds) cmd.expireAfter(seconds);
......
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