Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tevanoff committed May 8, 2024
1 parent 16585d1 commit 946f3a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node-src/lib/e2e.ts
Expand Up @@ -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) {
Expand Down

0 comments on commit 946f3a5

Please sign in to comment.