瀏覽代碼

removed TODO

Gildas 7 年之前
父節點
當前提交
96b3a890f7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      node/single-file-node.js

+ 0 - 1
node/single-file-node.js

@@ -88,7 +88,6 @@ async function digestText(/* algo, text */) {
 }
 
 function getContentSize(content) {
-	// TODO: check
 	return Buffer.byteLength(content, "utf-8");
 }