Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Mar 27, 2020
1 parent e315646 commit 33d68f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wallets/hardware/coolwallet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ class CoolWallet {
const _this = this;
return new Promise((resolve, reject) => {
cwsTransportLib.listen((error, device) => {
console.log(device);
if (error) reject(error);
if (device) {
console.log(this._transport, password);
cwsTransportLib.connect(device).then(_transport => {
_this.transport = _transport;
const {
Expand Down

1 comment on commit 33d68f3

@mew-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.