chore(truffleProvider):remove console.log

staking
neeboo 5 years ago
parent d4c82f0ef2
commit 952636a389
  1. 2
      packages/harmony-core/src/truffleProvider.ts

@ -63,7 +63,7 @@ export class TruffleProvider extends HDNode {
}
async send(...args: [RPCRequestPayload<any>, any]) {
const { newArgs, id, params, newMethod, callback } = this.resolveArgs(...args);
console.log({ newMethod, newArgs, id, params });
switch (newMethod) {
case 'hmy_accounts': {
const accounts = this.getAccounts();

Loading…
Cancel
Save