mirror of https://github.com/embarklabs/embark.git
remove unneded line
This commit is contained in:
parent
4877bb4956
commit
26b58cc91f
|
@ -302,8 +302,6 @@ EmbarkJS.Storage.isAvailable = function () {
|
|||
return this.currentStorage.isAvailable();
|
||||
};
|
||||
|
||||
let __embarkStorage = {};
|
||||
|
||||
EmbarkJS.Storage.setProviders = async function (dappConnOptions) {
|
||||
try {
|
||||
await detectSeries(dappConnOptions, async (dappConn, callback) => {
|
||||
|
|
Loading…
Reference in New Issue