Skip to content

Commit

Permalink
chore(e2e): remove unnecessary debug (#6561)
Browse files Browse the repository at this point in the history
remove unnecessary debug
  • Loading branch information
lerouxb authored Dec 12, 2024
1 parent 2872e1e commit 9f286e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/compass-e2e-tests/helpers/test-runner-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ if ('then' in parsedArgs && typeof parsedArgs.then === 'function') {
export const context = parsedArgs as CommonParsedArgs &
Partial<DesktopParsedArgs & WebParsedArgs>;

debug('context:', context);

export function isTestingDesktop(ctx = context): ctx is DesktopParsedArgs {
return testEnv === 'desktop';
}
Expand Down

0 comments on commit 9f286e2

Please sign in to comment.