Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove unnecessary console.log
  • Loading branch information
lytovka committed Jun 29, 2025
commit eff9039cf75478c8cb0ce867c21203e1a3a43313
1 change: 0 additions & 1 deletion test/parallel/test-whatwg-encoding-custom-internals.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ const { getEncodingFromLabel } = require('internal/encoding');
Object.entries(mappings).forEach((i) => {
const enc = i[0];
const labels = i[1];
console.log("label: ",enc, "enc: ", getEncodingFromLabel(enc))
assert.strictEqual(getEncodingFromLabel(enc), enc);
labels.forEach((l) => assert.strictEqual(getEncodingFromLabel(l), enc));
});
Expand Down