remove unused param

This commit is contained in:
Iuri Matias 2018-07-08 23:41:26 +03:00
parent c3382c9dd6
commit fd9be8ac84
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ class Swarm {
this.options = options;
this.buildDir = options.buildDir || 'dist/';
this.bzz = options.bzz;
this.storageConfig = options.storageConfig;
this.getUrl = options.getUrl;
}