remove unused param

This commit is contained in:
Iuri Matias 2018-07-08 23:41:26 +03:00
parent ac349f5819
commit 6e5aad939c

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;
}