test: remove incorrect debug() in test-policy-integrity

The instructions to use `test:policy-integrity:NUMBER` do not work, I'm
afraid. This removes them.

PR-URL: https://github.com/nodejs/node/pull/34961
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
Rich Trott
2020-08-28 14:55:11 -07:00
parent e2ffa454d3
commit 4f7440cd88

View File

@@ -380,9 +380,7 @@ for (const permutation of permutations({
);
}
debug(`spawning ${tests.size} policy integrity permutations`);
debug(
'use NODE_DEBUG=test:policy-integrity:NUMBER to log a specific permutation'
);
for (const config of tests) {
const parsed = JSON.parse(config);
tests.delete(config);