remove debug statement

Signed-off-by: web-next-automation <web-platform@doordash.com>
This commit is contained in:
web-next-automation
2024-04-08 20:34:38 -04:00
parent f432d472d8
commit 5bcc798eaf
+1 -1
View File
@@ -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 () => {