From 00dfc1c85b12de472092326151b7c87f605b04b5 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 16 Aug 2024 02:23:10 +0200 Subject: [PATCH] remove log --- test/_utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/_utils.ts b/test/_utils.ts index 19d06a3..5107adf 100644 --- a/test/_utils.ts +++ b/test/_utils.ts @@ -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()); });