remove debug statement
Signed-off-by: web-next-automation <web-platform@doordash.com>
This commit is contained in:
@@ -37,7 +37,7 @@ export async function runner(
|
||||
port: options.startingPort,
|
||||
stopPort: options.startingPort + 1_000,
|
||||
}));
|
||||
console.log(packages);
|
||||
|
||||
const resultsList = await Promise.all(
|
||||
packages.map(pkg =>
|
||||
limit(async () => {
|
||||
|
||||
Reference in New Issue
Block a user