Skip to content

Commit

Permalink
Merge pull request #979 from chromaui/todd/remove-console-log
Browse files Browse the repository at this point in the history
Remove console log
  • Loading branch information
ghengeveld committed May 21, 2024
2 parents 9847b42 + 946f3a5 commit 36ca6e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node-src/lib/e2e.ts
Original file line number Diff line number Diff line change
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 36ca6e6

Please sign in to comment.