Skip to content

Commit

Permalink
Remove some console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom committed Jul 25, 2022
1 parent d19c6d0 commit e9d4e07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,7 @@ const getDriverWithTimeout = (capabilitiesRaw, { timeout = 180000 } = {}) =>
const start = Date.now();
let responded = false;

log(`getDriverWithTimeout start: ${capabilities.name} ${new Date()}`);

const response = (message) => {
log(
`getDriverWithTimeout response: ${
capabilities.name
} (${message}) ${new Date()}`
);
if (message instanceof Error) {
log(message);
return resolve(message);
Expand Down

0 comments on commit e9d4e07

Please sign in to comment.