Skip to content

Commit eff9039

Browse files
committed
test: remove unnecessary console.log
1 parent 2813ea4 commit eff9039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-whatwg-encoding-custom-internals.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ const { getEncodingFromLabel } = require('internal/encoding');
282282
Object.entries(mappings).forEach((i) => {
283283
const enc = i[0];
284284
const labels = i[1];
285-
console.log("label: ",enc, "enc: ", getEncodingFromLabel(enc))
286285
assert.strictEqual(getEncodingFromLabel(enc), enc);
287286
labels.forEach((l) => assert.strictEqual(getEncodingFromLabel(l), enc));
288287
});

0 commit comments

Comments
 (0)