remove log

This commit is contained in:
Pooya Parsa
2024-08-16 02:23:10 +02:00
parent eb07007b81
commit 00dfc1c85b

View File

@@ -157,7 +157,6 @@ export function wsTestsExec(
}
});
if (process.env.TEST_DEBUG || !opts.silent) {
console.log("hooking stderr");
childProc.stderr!.on("data", (chunk) => {
console.log(chunk.toString());
});