We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc7ed7 commit 67040dfCopy full SHA for 67040df
tests/bin/utils.ts
@@ -201,10 +201,6 @@ async function pkSpawn(
201
...process.env,
202
...env,
203
};
204
-
205
- console.log('tscachedtranspilecache', env['TS_CACHED_TRANSPILE_CACHE']);
206
- console.log('tscachedtranspilecache', env['TS_CACHED_TRANSPILE_PORTABLE']);
207
208
// Recall that we attempt to connect to all specified seed nodes on agent start.
209
// Therefore, for testing purposes only, we default the seed nodes as empty
210
// (if not defined in the env) to ensure no attempted connections. A regular
0 commit comments