diff --git a/tests/bin/utils.ts b/tests/bin/utils.ts index 9a8b8cbad7..47211b0185 100644 --- a/tests/bin/utils.ts +++ b/tests/bin/utils.ts @@ -201,10 +201,6 @@ async function pkSpawn( ...process.env, ...env, }; - - console.log('tscachedtranspilecache', env['TS_CACHED_TRANSPILE_CACHE']); - console.log('tscachedtranspilecache', env['TS_CACHED_TRANSPILE_PORTABLE']); - // Recall that we attempt to connect to all specified seed nodes on agent start. // Therefore, for testing purposes only, we default the seed nodes as empty // (if not defined in the env) to ensure no attempted connections. A regular