diff --git a/node-src/lib/e2e.ts b/node-src/lib/e2e.ts index 4a512624b..07dba7d0a 100644 --- a/node-src/lib/e2e.ts +++ b/node-src/lib/e2e.ts @@ -32,8 +32,6 @@ export async function getE2EBuildCommand( flag: 'playwright' | 'cypress', buildCommandOptions: string[] ) { - console.log('here', ctx.options.inAction); - // The action cannot "peer depend" on or import anything. So instead, we must attempt to exec // the binary directly. if (ctx.options.inAction) {