Commit 9d8e1412 authored by martin hou's avatar martin hou

fix: 删除过多的日志输出

parent c3528ffa
...@@ -1024,7 +1024,7 @@ Jensen.prototype.getFile = async function (filename, length, ondata, onprogress) ...@@ -1024,7 +1024,7 @@ Jensen.prototype.getFile = async function (filename, length, ondata, onprogress)
let k = 't' + percent; let k = 't' + percent;
if (percent % 5 == 0 && percent > 0 && percent < 100) if (percent % 5 == 0 && percent > 0 && percent < 100)
{ {
Logger.info('jensen', 'file-transfer', percent); // Logger.info('jensen', 'file-transfer', percent);
!(k in self._progress_report) && onprogress?.(recvBytes); !(k in self._progress_report) && onprogress?.(recvBytes);
self._progress_report[k] = true; self._progress_report[k] = true;
} }
......
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