remove commented out line
This commit is contained in:
parent
5f6ec0f584
commit
19d061e5f3
|
@ -275,7 +275,6 @@ class CodeGenerator {
|
|||
code += "\nimport web3 from 'Embark/web3';\n";
|
||||
|
||||
if (this.storageConfig !== {} && this.storageConfig.provider === 'ipfs' && this.storageConfig.enabled === true) {
|
||||
//code += "\nimport IpfsApi from 'Embark/libs/IpfsApi';\n";
|
||||
code += "\nimport IpfsApi from 'ipfs-api';\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue