Commit fb7ce37e authored by yann300's avatar yann300

remve unneeded prop

parent 1e029291
...@@ -16,7 +16,6 @@ export default class FetchAndCompile extends Plugin { ...@@ -16,7 +16,6 @@ export default class FetchAndCompile extends Plugin {
constructor () { constructor () {
super(profile) super(profile)
this.compiler = null
this.unresolvedAddresses = [] this.unresolvedAddresses = []
this.firstResolvedAddress = null this.firstResolvedAddress = null
this.sourceVerifierNetWork = ['Main', 'Rinkeby', 'Ropsten', 'Goerli'] this.sourceVerifierNetWork = ['Main', 'Rinkeby', 'Ropsten', 'Goerli']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment