mirror of https://github.com/embarklabs/embark.git
remove console dir that I forgot to remove
This commit is contained in:
parent
5fc9f076dd
commit
9c0bff4515
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue