remove comment

This commit is contained in:
Fabio Berger 2017-05-26 17:40:35 +02:00
parent 57b820c746
commit a4ec739ce6

View File

@ -9,7 +9,6 @@ export class ContractWrapper {
constructor(web3Wrapper: Web3Wrapper) {
this.web3Wrapper = web3Wrapper;
}
// this.exchange = await this.instantiateContractIfExistsAsync(ExchangeArtifacts);
protected async instantiateContractIfExistsAsync(artifact: Artifact, address?: string): Promise<ContractInstance> {
const c = await contract(artifact);
const providerObj = this.web3Wrapper.getCurrentProvider();