remove console.log
This commit is contained in:
@@ -106,7 +106,6 @@ export class LedgerSubprovider extends Subprovider {
|
||||
const result = await this.sendTransactionAsync(txParams);
|
||||
end(null, result);
|
||||
} catch (err) {
|
||||
console.log('err', err);
|
||||
end(err);
|
||||
}
|
||||
return;
|
||||
@@ -254,7 +253,6 @@ export class LedgerSubprovider extends Subprovider {
|
||||
this._nonceLock.signal();
|
||||
return result;
|
||||
} catch (err) {
|
||||
console.log('err', JSON.stringify(err));
|
||||
this._nonceLock.signal();
|
||||
throw err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user