Skip to content

Commit

Permalink
Remove logging used in debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nibbles83 committed Nov 13, 2020
1 parent 2ce31b4 commit afe767c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/dgp/providers/dgp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export class DGPService {
let gasPrice: Big = Helpers.fromSatoshi(Big(this.dgpInfo.mingasprice));

const args = [GovernanceContract.ADDRESS, GovernanceContract.UNENROLL, 0, this.defaultGasLimit, gasPrice.toFixed(8), this.governor.address];
console.log(args);
let data: any = await this.rpc.requestData(RPCMethods.SENDTOCONTRACT, args);
this.rpc.lockWalletAfterCommand(passphrase);
if (!data.error) return data;
Expand Down

0 comments on commit afe767c

Please sign in to comment.