Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Jun 2, 2020
1 parent d9d074c commit 296cea8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions communication.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,6 @@ async function getAudioMothPortName () {

}

electronLog.log('Failed to find AudioMoth port. Ports found:');

for (let i = 0; i < ports.length; i += 1) {

p = ports[i];
electronLog.log(p.vendorId + ', ' + p.productId + ', ' + p.path);

}

throw noAudioMothError;

}
Expand Down

0 comments on commit 296cea8

Please sign in to comment.