remove unneded line

This commit is contained in:
Iuri Matias 2018-07-09 01:08:05 +03:00
parent 0c14834e57
commit dbab744345
1 changed files with 0 additions and 2 deletions

View File

@ -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) => {