From 2efd747f4ba854e9a75eb30e163e0757a73fa4f2 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Mon, 4 Sep 2017 23:25:28 +0200 Subject: [PATCH] removing a comment --- src/universal-dapp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 040de1d3b5..06feb38cb1 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -103,7 +103,6 @@ function UniversalDApp (opts = {}) { self._api = opts.api self.removable = opts.opt.removable self.removable_instance = opts.opt.removable_instance - // self.options = options || {} self.el = yo`
` self.personalMode = opts.opt.personalMode || false self.contracts