Ver Fonte

removed TODO

Gildas há 7 anos atrás
pai
commit
96b3a890f7
1 ficheiros alterados com 0 adições e 1 exclusões
  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");
 }