remove console dir that I forgot to remove

This commit is contained in:
Jonathan Rainville 2018-10-09 10:58:23 -04:00 committed by Pascal Precht
parent 5fc9f076dd
commit 9c0bff4515
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class Provider {
}
});
self.web3.eth.defaultAccount = self.addresses[0];
console.dir(self.addresses);
const realSend = self.provider.send.bind(self.provider);
self.provider.send = function (payload, cb) {