remove unneded line

This commit is contained in:
Iuri Matias 2018-07-09 01:08:05 +03:00 committed by Pascal Precht
parent 4877bb4956
commit 26b58cc91f
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
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) => {