Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaaartin committed Jun 24, 2024
1 parent 112fbbb commit 886a149
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __tests__/adbClient/trackDevices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ describe('Track devices', () => {
const adb = new Client({ noAutoStart: true, port });
const tracker = await adb.trackDevices();
const result = await promisify((cb) => {
tracker.on('error', (error) => {
console.log(error);
});
tracker.on('error', () => {});
tracker.on('end', () => {
cb(null, undefined);
});
Expand Down

0 comments on commit 886a149

Please sign in to comment.