remove console.log

This commit is contained in:
Fabio Berger
2017-12-08 11:12:30 -06:00
parent e822e3562d
commit ca85a97106

View File

@@ -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;
}