mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-27 07:24:59 +00:00
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…
x
Reference in New Issue
Block a user